Created
March 17, 2018 12:36
-
-
Save danielbitzer/7f7e80163721f1bccd23b24a6f03e799 to your computer and use it in GitHub Desktop.
[Refer A Friend] Custom title for the referrals account tab
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
<?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