Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save chaselivingston/2569f4f1b2435451ca99de3d898395e6 to your computer and use it in GitHub Desktop.
Save chaselivingston/2569f4f1b2435451ca99de3d898395e6 to your computer and use it in GitHub Desktop.
function cl_tweak_carousel() {
global $post;
if ( $post->ID == 23) {
return true;
}
}
add_filter( 'jp_carousel_maybe_disable', 'cl_tweak_carousel');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment