Forked from danjjohnson/gist:78ab8e2517ef9e7d8668
Last active
August 29, 2015 14:11
-
-
Save woogist/326a585e7286bb0f07d5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
global $woothemes_sensei; | |
remove_action( 'sensei_before_main_content', array( $woothemes_sensei->frontend, 'sensei_output_content_wrapper' ), 10 ); | |
remove_action( 'sensei_after_main_content', array( $woothemes_sensei->frontend, 'sensei_output_content_wrapper_end' ), 10 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment