Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chaselivingston/ad83a459b1432ddc9e4af8ba19a28ccf to your computer and use it in GitHub Desktop.
Save chaselivingston/ad83a459b1432ddc9e4af8ba19a28ccf to your computer and use it in GitHub Desktop.
function no_photon_by_page() {
if ( is_page( 2372 ) ) {
add_filter( 'jetpack_photon_skip_image', '__return_true');
}
}
add_action('wp', 'no_photon_by_page');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment