Skip to content

Instantly share code, notes, and snippets.

@yousufansa
Created March 12, 2019 09:20
Show Gist options
  • Select an option

  • Save yousufansa/7e8d5f992de5a3afab330e2d4763f2c1 to your computer and use it in GitHub Desktop.

Select an option

Save yousufansa/7e8d5f992de5a3afab330e2d4763f2c1 to your computer and use it in GitHub Desktop.
Jobhunt - Change Header Register Form URL
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