• Resolved leonidukg

    (@leonidukg)


    Hello!
    Pls add support W3 Total Cache

    if(!is_admin()) {
    include_once ABSPATH . 'wp-admin/includes/plugin.php';
    if ( is_plugin_active( 'w3-total-cache/w3-total-cache.php' ) ) {
    	add_filter('w3tc_pagecache_set', 'google_fonts_ds_inject_display_swap');
    }
    ob_start("google_fonts_ds_inject_display_swap"); //Need for First load
    }
    
    • This topic was modified 5 years, 2 months ago by leonidukg.
    • This topic was modified 5 years, 2 months ago by leonidukg.
    • This topic was modified 5 years, 2 months ago by leonidukg.
    • This topic was modified 5 years, 2 months ago by leonidukg.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘W3 TotalCache’ is closed to new replies.