Tagged: Product, woocommerce
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.
Hey erlomb,
Could you post a link to where we can see the results you are getting please?
Best regards,
Rikard
the site if in maintenace mode but you can see a screen copy here
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