Monday, 14 August 2017

WOOCOMMERCE: REMOVE ADDITIONAL INFO TAB

Here is the hook and you need to add this in fuctions.php file:

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

No comments:

Post a Comment

Google Map Filter Api Example

Here is Google Map Filter Api Example: