Created
February 26, 2014 15:37
-
-
Save jameskoster/9231797 to your computer and use it in GitHub Desktop.
Stitched - Disable sections on the business template
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
add_filter( 'woo_business_slider', '__return_false' ); // Disable the slider | |
add_filter( 'woo_business_features', '__return_false' ); // Disable Features display | |
add_filter( 'woo_business_testimonials', '__return_false' ); // Disable Testimonials display | |
add_filter( 'woo_business_blog', '__return_false' ); // Disable blog section |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment