Created
March 12, 2019 09:20
-
-
Save yousufansa/7e8d5f992de5a3afab330e2d4763f2c1 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_login_page_custom_url') ) { | |
| function jh_child_header_login_page_custom_url( $page_url ) { | |
| return 'your_url_here'; | |
| } | |
| } | |
| add_filter('jobhunt_header_login_page_url', 'jh_child_header_login_page_custom_url'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment