Skip to content

Instantly share code, notes, and snippets.

@mikejolley
Created April 27, 2015 19:10
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/b6d5a2fdb347f0e681fa to your computer and use it in GitHub Desktop.
Save mikejolley/b6d5a2fdb347f0e681fa to your computer and use it in GitHub Desktop.
/** Code goes in theme functions.php **/
add_filter( 'job_manager_job_dashboard_login_url', 'custom_job_manager_job_dashboard_login_url' );
function custom_job_manager_job_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