Monday, 14 August 2017

disable the reviews tab

Here is the Hook and you need to add this in functions.php file

add_filter( 'woocommerce_product_tabs', 'wcs_woo_remove_reviews_tab', 98 );
function wcs_woo_remove_reviews_tab($tabs) {
 unset($tabs['reviews']);
 return $tabs;
}

No comments:

Post a Comment

Google Map Filter Api Example

Here is Google Map Filter Api Example: