HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/linde/wp-content/plugins/w3-total-cache/Generic_ConfigLabels.php
<?php
/**
 * FIle: Generic_ConfigLabels.php
 *
 * @package W3TC
 */

namespace W3TC;

/**
 * Class: Generic_ConfigLabels
 */
class Generic_ConfigLabels {
	/**
	 * Get config labels
	 *
	 * @param array $config_labels Config labels.
	 *
	 * @return array
	 */
	public function config_labels( $config_labels ) {
		return array_merge(
			$config_labels,
			array(
				'cluster.messagebus.enabled'          => __( 'Enable cache purge via Amazon <acronym title="Simple Notification Service">SNS</acronym>', 'w3-total-cache' ),
				'cluster.messagebus.sns.region'       => __( 'Amazon <acronym title="Simple Notification Service">SNS</acronym> region:', 'w3-total-cache' ),
				'cluster.messagebus.sns.api_key'      => __( '<acronym title="Application Programming Interface">API</acronym> key:', 'w3-total-cache' ),
				'cluster.messagebus.sns.api_secret'   => __( '<acronym title="Application Programming Interface">API</acronym> secret:', 'w3-total-cache' ),
				'cluster.messagebus.sns.topic_arn'    => __( 'Topic <acronym title="Identification">ID</acronym>:', 'w3-total-cache' ),
				'cluster.messagebus.debug'            => __( 'Message Bus', 'w3-total-cache' ),
				'widget.pagespeed.access_token'       => __( 'Authorize :', 'w3-total-cache' ),
				'widget.pagespeed.w3tc_pagespeed_key' => __( 'W3 API Key:', 'w3-total-cache' ),
				'common.force_master'                 => __( 'Use single network configuration file for all sites.', 'w3-total-cache' ),
				'config.path'                         => __( 'Nginx server configuration file path', 'w3-total-cache' ),
				'config.check'                        => __( 'Verify rewrite rules', 'w3-total-cache' ),
				'plugin.license_key'                  => __( 'License:', 'w3-total-cache' ),
				'referrer.enabled'                    => __( 'Referrers:', 'w3-total-cache' ),
				'referrer.rgroups'                    => __( 'Referrer groups', 'w3-total-cache' ),
				'mobile.enabled'                      => __( 'User Agents:', 'w3-total-cache' ),
				'mobile.rgroups'                      => __( 'User Agent groups', 'w3-total-cache' ),
				'varnish.enabled'                     => __( 'Enable reverse proxy caching via varnish', 'w3-total-cache' ),
				'varnish.debug'                       => __( 'Reverse Proxy', 'w3-total-cache' ),
				'varnish.servers'                     => __( 'Varnish servers:', 'w3-total-cache' ),
			)
		);
	}
}