W3TCCdn_MaxCdnFsd_Page
The W3 Total Cache W3TC Cdn MaxCdnFsd Page class.
Defined (1)
The class is defined in the following location(s).
- /Cdn_MaxCdnFsd_Page.php
- class Cdn_MaxCdnFsd_Page {
- // called from plugin-admin
- static public function admin_print_scripts_w3tc_cdn() {
- wp_enqueue_script( 'w3tc_cdn_maxcdn_fsd',
- plugins_url( 'Cdn_MaxCdnFsd_Page_View.js', W3TC_FILE ),
- array( 'jquery' ), '1.0' );
- }
- static public function w3tc_settings_cdn() {
- $config = Dispatcher::config();
- include W3TC_DIR . '/Cdn_MaxCdnFsd_Page_View.php';
- }
- }