jetpack_module_loaded_photon

jetpack_module_loaded_photon

Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.13.3.1

do_action('jetpack_module_loaded_photon') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-image-cdn/src/compatibility/photon.php line 39

    *
    * When this is happening, the package is likely being loaded from a different plugin, e.g. Boost.
    */
    if ( class_exists( ‘Jetpack’ ) && defined( ‘JETPACK__VERSION’ ) && ( version_compare( JETPACK__VERSION, ‘12.1’, ‘<=' ) ) ) { do_action( 'jetpack_module_loaded_photon' ); } } /* * Remove the hooks that Jetpack uses to load photon and pretend that the module is already loaded. * [/php]