hello
Server : Apache/2.4.52 (Ubuntu) System : Linux HAN2 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 User : servadmin ( 1000) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE Directory : /www/docs/home.obu.edu.bak/wp-content/plugins/w3-total-cache/ |
<?php
namespace W3TC;
if ( !defined( 'W3TC' ) )
die();
?>
<p>
<?php echo sprintf(
__( 'Content Delivery Network support via %1$s is currently %2$s.', 'w3-total-cache' ),
'<strong>'.Cdnfsd_Util::engine_name( $config->get_string( 'cdnfsd.engine' ) ).'</strong>',
'<span class="w3tc-' . ( $config->get_boolean( 'cdnfsd.enabled' ) ? 'enabled">' . __( 'enabled', 'w3-total-cache' ) : 'disabled">' . __( 'disabled', 'w3-total-cache' ) ) . '</span>'
); ?>
</p>