Created
July 15, 2016 18:19
-
-
Save chaselivingston/2569f4f1b2435451ca99de3d898395e6 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 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