Created
May 22, 2017 17:14
-
-
Save chaselivingston/ad83a459b1432ddc9e4af8ba19a28ccf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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