Skip to content

Instantly share code, notes, and snippets.

@bryceadams
Created February 14, 2015 07:30
Show Gist options
  • Save bryceadams/969e8471046bfbd6b4fe to your computer and use it in GitHub Desktop.
Save bryceadams/969e8471046bfbd6b4fe to your computer and use it in GitHub Desktop.
add_filter( 'job_manager_job_dashboard_login_url', 'job_manager_custom_login_url_support' );
function job_manager_custom_login_url_support( $url ) {
return 'http://doctors.melbourne/my-account/';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment