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' )
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' )
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.