Skip to content

Instantly share code, notes, and snippets.

@spencerfinnell
Created June 13, 2017 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spencerfinnell/4ff80fe364402281560a1f98e028c7b1 to your computer and use it in GitHub Desktop.
Save spencerfinnell/4ff80fe364402281560a1f98e028c7b1 to your computer and use it in GitHub Desktop.
function no_photon_by_page() {
if ( is_page( get_option( 'job_manager_submit_job_form_page_id' ) ) ) {
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