Disable Jetpack Image CDN if on a staging or development site

Disable Jetpack Image CDN if the site is a staging site or development site if using Jetpack plugin and service.

Snippet Type

Execute on Child Sites

Snippet

add_filter( 'jetpack_photon_development_mode', '__return_true' )
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.