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

    When i use this function

    $tabs[‘description’][‘title’] = __(‘Information paiement’, ‘msk’);

    the tab is correctly renamed by not the title just under.
    “description” stay inside.
    It’s possible to hide this title ? (and conserve only the tab name.

    #1210623

    Hey erlomb,

    Could you post a link to where we can see the results you are getting please?

    Best regards,
    Rikard

    #1210645

    the site if in maintenace mode but you can see a screen copy here

    #1211138

    Hi erlomb,

    Here is the code you can put in your funtions.php

    
    // Remove the product description Title
    add_filter( 'woocommerce_product_description_heading', '__return_null' );
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.