Snippets WooCommerceWordPress WooCommerce: Rename The Product Description Tabs Giovanni De Carlo 0 comment Updated on July 23rd, 2023 add_filter('woocommerce_product_tabs', 'giodc_rename_tab', 98); function giodc_rename_tab($tabs) { $tabs['description']['title'] = 'Details'; return $tabs; } tags: Tabs, WooCommerce WooCommerceWordPress Giovanni De Carlo See all posts »CommentsLeave a Reply Cancel replyYour email address will not be published. Required fields are marked *Comment *Name * Email * Website Save my name, email, and website in this browser for the next time I comment.