jetpack_activitypub_post_disable_cdn, false
jetpack_activitypub_post_disable_cdn, false
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_activitypub_post_disable_cdn, false') is found 1 times:
- /jetpack_vendor/automattic/jetpack-image-cdn/src/compatibility/activitypub.php line 34
* @since 0.2.2 * * @param bool $should_disable_photon Should the CDN be disabled for that request. Default to false. */ apply_filters( 'jetpack_activitypub_post_disable_cdn', false ) ) { add_action( 'activitypub_get_image_pre', __NAMESPACE__ . '\disable_photon' ); add_action( 'activitypub_get_image_post', __NAMESPACE__ . '\enable_photon' ); } } add_action( 'plugins_loaded', __NAMESPACE__ . '\load_activitypub_compat' );