Skip to content

Instantly share code, notes, and snippets.

@yousufansa
Created March 12, 2019 09:19
Show Gist options
  • Save yousufansa/71b539c61acf415c3bb7c811f2f35ecd to your computer and use it in GitHub Desktop.
Save yousufansa/71b539c61acf415c3bb7c811f2f35ecd to your computer and use it in GitHub Desktop.
Jobhunt - Change Header Register Form URL
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