Tagged: x Author Posts March 14, 2017 at 3:35 am #1406067 ItwebdevelopmentParticipant Hi I’d like to change the additional information tab in woocommerce: https://gyazo.com/d2bfdab8f8af371ba12e0ab0fecc7995 to say “specs” Is this possible? Thanks!! March 14, 2017 at 4:59 am #1406147 ThaiModerator Hi There, Please add the following code under functions.php file locates in your child theme: add_filter( 'woocommerce_product_tabs', 'woo_rename_tabs', 98 ); function woo_rename_tabs( $tabs ) { $tabs['additional_information']['title'] = __( 'Specs' ); // Rename the additional information tab return $tabs; } Hope it helps 🙂 Author Posts <script> jQuery(function($){ $("#no-reply-1406067 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In