Created
February 14, 2015 07:30
-
-
Save bryceadams/969e8471046bfbd6b4fe to your computer and use it in GitHub Desktop.
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
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