Skip to content

Instantly share code, notes, and snippets.

@namncn
Created October 18, 2016 02:55
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/bc694c4e2d5d5752ede1d97d87a3a005 to your computer and use it in GitHub Desktop.
Save namncn/bc694c4e2d5d5752ede1d97d87a3a005 to your computer and use it in GitHub Desktop.
<?php
/**
* woocommerce_before_main_content hook.
*
* @hooked woocommerce_output_content_wrapper - 10 (outputs opening divs for the content)
* @hooked woocommerce_breadcrumb - 20
*/
do_action( 'woocommerce_before_main_content' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment