Skip to content

Instantly share code, notes, and snippets.

@jameskoster
Created February 26, 2014 15:37
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 jameskoster/9231797 to your computer and use it in GitHub Desktop.
Save jameskoster/9231797 to your computer and use it in GitHub Desktop.
Stitched - Disable sections on the business template
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