woocommerce Archive WooCommerce: Rename Product Description Tab Label On August 22, 2020 In PHP Add following below code in functions.php file, just replace ‘More info‘ with your required Label, that’s it. add_filter( 'woocommerce_product_tabs', 'woo_rename_tab'); function woo_rename_tab($tabs) { $tabs['description']['title'] Read More →