Skip to content

Instantly share code, notes, and snippets.

@namncn
Created October 18, 2016 02:57
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 namncn/7dfca9e818bb6aa2814e603dc1340866 to your computer and use it in GitHub Desktop.
Save namncn/7dfca9e818bb6aa2814e603dc1340866 to your computer and use it in GitHub Desktop.
function ncn_woocommerce_output_content_wrapper {
echo '<div class="my-class">';
}
add_action( 'woocommerce_before_main_content', 'ncn_woocommerce_output_content_wrapper', 15 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment