• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Home
  • Blog
  • Sample Page

WordPress Tips

Just another WordPress site

Add Extra Tabs on WooCommerce Products

May 28, 2019 Leave a Comment

WooCommerce allows you to add extra tabs on a product page alongside description, reviews and additional information with the filter, woocommerce_product_tabs.

Let’s say you wanted 2 extra tabs – ‘Ingredients’ and ‘How To Use’ as the heading, you can use the filter woocommerce_product_tabs like so…

add_filter( ‘woocommerce_product_tabs’, ‘woo_new_product_tab’ ); /** * Add 2 custom product data tabs */ function woo_new_product_tab(

Filed Under: woocommerce, woocommerce_product_tabs, WordPress Tagged With: woocommerce, woocommerce_product_tabs, WordPress

Reader Interactions

Related Posts

  • WooCommerce Direct Checkout Review: Add a “Buy Now” Button + More
  • Media Temple Managed WordPress Hosting: Overview and Review
  • Transform Your Gym with a Booking Plugin
  • Hotjar Heatmap Analytics: An Overview and Review

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Copyright ©2019 · WPress.Tips - All Rights Are Reserved · Powered by Genesis Framework