Skip to content

Instantly share code, notes, and snippets.

@imuhammadshoaib
Created August 17, 2020 16:16
Show Gist options
  • Save imuhammadshoaib/e22f6d8dccfbb7ceadd345f8642b248c to your computer and use it in GitHub Desktop.
Save imuhammadshoaib/e22f6d8dccfbb7ceadd345f8642b248c to your computer and use it in GitHub Desktop.
Move Product Tabs Under the Short Description
/**
* @snippet Move product tabs beside the product image - WooCommerce
* @how-to Get CustomizeWoo.com FREE
* @sourcecode https://businessbloomer.com/?p=393
* @author Rodolfo Melogli
* @testedwith WooCommerce 3.5.2
* @donate $9 https://businessbloomer.com/bloomer-armada/
*https://www.businessbloomer.com/woocommerce-move-product-tabs-short-description/
*/
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 );
add_action( 'woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 60 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment