Skip to content

Instantly share code, notes, and snippets.

@yousufansa
Created September 17, 2018 12:24
Show Gist options
  • Save yousufansa/cfaa47a9e51e0c910c514de08189d883 to your computer and use it in GitHub Desktop.
Save yousufansa/cfaa47a9e51e0c910c514de08189d883 to your computer and use it in GitHub Desktop.
Jobhunt Company Open Positions Clickable
add_filter('jobhunt_wpjmc_open_positions_info' , 'jobhunt_custom_wpjmc_open_positions_info');
if ( ! function_exists( 'jobhunt_custom_wpjmc_open_positions_info' ) ) {
function jobhunt_custom_wpjmc_open_positions_info ($opens) {
return '<a href="#company-job_listings">' . $opens . '</a>';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment