Skip to content

Instantly share code, notes, and snippets.

@bentasm1
Created June 29, 2015 23:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bentasm1/dd09609f77050c8721b0 to your computer and use it in GitHub Desktop.
Save bentasm1/dd09609f77050c8721b0 to your computer and use it in GitHub Desktop.
Change Seller Info Tab text
function change_seller_info_label( $label ) {
return 'Your new label goes here';
}
add_filter('wcvendors_seller_info_label', 'change_seller_info_label' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment