| Server IP : 104.21.21.239 / Your IP : 216.73.216.11 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/home2/domains/ndb/wp-content/w3-total-cache/ |
Upload File : |
<?php
namespace W3TC;
class Generic_ConfigLabels {
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.key' => __( 'Page Speed <acronym title="Application Programming Interface">API</acronym> Key:', 'w3-total-cache' ),
'widget.pagespeed.key.restrict.referrer' => __( 'Key Restriction (Referrer):', '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' )
) );
}
}