Skip to content

Instantly share code, notes, and snippets.

@danielbitzer
Created March 17, 2018 12:36
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielbitzer/7f7e80163721f1bccd23b24a6f03e799 to your computer and use it in GitHub Desktop.
Save danielbitzer/7f7e80163721f1bccd23b24a6f03e799 to your computer and use it in GitHub Desktop.
[Refer A Friend] Custom title for the referrals account tab
<?php
add_filter( 'automatewoo/referrals/account_tab_title', function() {
return 'My Custom Tab Name';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment