Created
October 18, 2016 02:57
-
-
Save namncn/7dfca9e818bb6aa2814e603dc1340866 to your computer and use it in GitHub Desktop.
This file contains 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
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