Skip to content

Instantly share code, notes, and snippets.

@woogist
Forked from danjjohnson/gist:78ab8e2517ef9e7d8668
Last active August 29, 2015 14:11
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 woogist/326a585e7286bb0f07d5 to your computer and use it in GitHub Desktop.
Save woogist/326a585e7286bb0f07d5 to your computer and use it in GitHub Desktop.
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