how to hide or remove product short description in shopping archive page

  • Member
    bilalbey
    February 25, 2018 at 9:39 am #3568

    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;
    }

    ————————————

    • This topic was modified 6 years by bilalbey.

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.