skip to Main Content

Move product meta to the description tab in WooCommerce

How to move the product meta to the beginning of the product description tab? I try: remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_meta', 40 ); add_action( 'woocommerce_product_tabs_description', 'woocommerce_template_single_meta', 10 ); Remove works, but add_action() doesn't.

VIEW QUESTION
Back To Top
Search