Created
March 12, 2019 09:19
-
-
Save yousufansa/71b539c61acf415c3bb7c811f2f35ecd to your computer and use it in GitHub Desktop.
Jobhunt - Change Header Register Form URL
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
if ( !function_exists('jh_child_header_register_page_custom_url') ) { | |
function jh_child_header_register_page_custom_url( $page_url ) { | |
return 'your_url_here'; | |
} | |
} | |
add_filter('jobhunt_header_register_page_url', 'jh_child_header_register_page_custom_url'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment