Skip to content

Instantly share code, notes, and snippets.

@stuartduff
Created June 3, 2014 14:00
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 stuartduff/2f7ef362016bb33c0962 to your computer and use it in GitHub Desktop.
Save stuartduff/2f7ef362016bb33c0962 to your computer and use it in GitHub Desktop.
Move Superstore WooCommerce Single Page Description
remove_action ('woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 34 );
add_action('woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment