Skip to content

Instantly share code, notes, and snippets.

@mikejolley
Created April 27, 2015 16:37
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 mikejolley/b6a727dc25756c1592f1 to your computer and use it in GitHub Desktop.
Save mikejolley/b6a727dc25756c1592f1 to your computer and use it in GitHub Desktop.
/** Code goes in theme functions.php **/
add_filter( 'resume_manager_candidate_dashboard_login_url', 'custom_resume_manager_candidate_dashboard_login_url' );
function custom_resume_manager_candidate_dashboard_login_url() {
return 'http://someurl.com';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment