jetpack_force_disable_site_accelerator, false

jetpack_force_disable_site_accelerator, false

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_force_disable_site_accelerator, false') is found 1 times:

  • /modules/photon-cdn.php line 349

    Warning: Undefined array key 351 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 352 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 353 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 354 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

     * @since 6.7.0
     *
     * @param false bool Should the Asset CDN be blocked? False by default.
     */
    if ( true !== apply_filters( 'jetpack_force_disable_site_accelerator', false ) ) {
    	Jetpack_Photon_Static_Assets_CDN::go();
    }