Viewing 1 replies (of 1 total)
  • Plugin Author SkyVerge

    (@skyverge)

    Hey Elliot, I realize this is an old question at this point, but the answer depends on what you’re trying to do. If you’re trying to move the tabs you’d need to unhook ‘woocommerce_output_product_data_tabs’ from the ‘woocommerce_after_single_product_summary’ action.

    If you want to modify the custom tab content you could do so by hooking into the ‘woocommerce_custom_product_tabs_lite_content’ filter. You really can’t output the tabs in the manner you’re describing as they are output by WooCommerce core. Well, you could try using the ‘woocommerce_output_product_data_tabs()’ function

    Hope this helps! Closing the issue out as it’s so old

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WooCommerce Custom Product Tabs Lite] Adding the custom tab manually’ is closed to new replies.