Skip to content

Instantly share code, notes, and snippets.

@danjjohnson
Last active August 29, 2015 14:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save danjjohnson/78ab8e2517ef9e7d8668 to your computer and use it in GitHub Desktop.
Save danjjohnson/78ab8e2517ef9e7d8668 to your computer and use it in GitHub Desktop.
Unhook default Sensei wrappers
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