-
-
Save richtabor/dd90aa64ae6fe2164ce750b41c15972d to your computer and use it in GitHub Desktop.
WooCommerce. Single product. Remove Additional Information
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Modify 'More Information' tab. | |
*/ | |
function ava_child_product_additional_information_heading() { | |
return __( 'More Stuff', 'ava' ); | |
} | |
add_filter('woocommerce_product_additional_information_heading', 'ava_child_product_additional_information_heading'); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment