-
Hello,
how to hide or remove product short description in shopping archive page..
Please note: below code is not working
You can add code below to file functions.php of theme active to hide “product short description”
add_filter( ‘woocommerce_short_description’, ‘hide_product_short_description’, 11, 1 );
function hide_product_short_description($post_excerpt){
return false;
}————————————
Sorry, this forum is for verified users only. Please Login
Support Hours
 Our forum hours are:
08:00 AM - 5:00 PM
Current time:
-