If you are having issues with Gutenberg editor, please simply download official Classic editor plugin.
Haven't found you're looking for? Visit goodstore howto web

Remove Reviews tab; move Reviews under Product Description

  • Hello-

    I need help to delete review tab and move reviews under product description.
    I found this bit of code (below) to remove review tab, but after searching i could not
    find code to place reviews under product description.

    add_filter( 'woocommerce_product_tabs', 'sb_woo_remove_reviews_tab', 98);<br>function sb_woo_remove_reviews_tab($tabs) {<br><br> unset($tabs['reviews']);<br><br> return $tabs;<br>}

  • All following comments are shown for registered users only!

    (1 next comment)
This discussion has been solved.
All Discussions