Skip to content

Instantly share code, notes, and snippets.

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 mavinothkumar/d46ee467cdca4b314073d41b231a19dd to your computer and use it in GitHub Desktop.
Save mavinothkumar/d46ee467cdca4b314073d41b231a19dd to your computer and use it in GitHub Desktop.
How to change Visit Dashboard
add_filter('fed_frontend_dashboard_title_btn',function (){
return 'YOUR_CUSTOM_TEXT';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment