Home Forums WoodMart support forum Chang Product tabs title

Chang Product tabs title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #56320

    pathomphong
    Participant

    Hi
    I need your help . Many Thanks
    I want to change the title of the product tabs at the bottom in product page.
    I try to use this code in function.php but it’s not work.

    add_filter( 'woocommerce_product_tabs', 'woo_rename_tabs', 98 );
    function woo_rename_tabs( $tabs ) {
    
    	$tabs['Shipping & Delivery']['title'] = __( 'Delivery Detail' );	// Rename the Shipping & Delivery tab
    
    	return $tabs;
    
    }

    Best regard

    Attachments:
    You must be logged in to view attached files.
    #56324

    Hello,

    This tab is renamed in our Theme Settings > Product Page > Tabs. You do not need to add this code.

    Best Regards

    #56326

    pathomphong
    Participant

    Hi

    I think I’ve seen it before. I do not remember it
    Many Thanks

    Best Regards

    #56334

    You are welcome. If you have any questions feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Chang Product tabs title’ is closed to new replies.