Additional info tab, plug in upgrades - by betsy

This topic has 2 replies, 2 voices, and was last updated 9 years ago ago by Eva Kemp

  • Avatar: betsy
    betsy
    Participant
    March 31, 2015 at 17:59

    Hi,

    How can I hide the additional information tab? I put this in css but doesn’t seem to work.
    add_filter( ‘woocommerce_product_tabs’, ‘woo_remove_product_tabs’, 98 );

    function woo_remove_product_tabs( $tabs ) {

    unset( $tabs[‘description’] ); // Remove the description tab
    unset( $tabs[‘reviews’] ); // Remove the reviews tab
    unset( $tabs[‘additional_information’] ); // Remove the additional information tab

    return $tabs;

    }

    Also, how do I update the plug ins that come with the theme?

    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    March 31, 2015 at 18:42

    Hello,

    That code must be placed in functions.php file in the wp-content/themes/woopress directory or your child theme folder.
    You can download the latest versions of plugins from this link:
    https://www.8theme.com/download-plugins/

    Regards,
    Eva Kemp.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.