Skip to content

Instantly share code, notes, and snippets.

@pbearne
Created May 16, 2018 12:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pbearne/7d68c1310d1735aa1b02aa5927cff29f to your computer and use it in GitHub Desktop.
Save pbearne/7d68c1310d1735aa1b02aa5927cff29f to your computer and use it in GitHub Desktop.
if( ! function_exists( 'matador_get_hiring_organization_url') ) {
add_filter( 'matador_get_hiring_organization_url', 'matador_get_hiring_organization_url' );
// reset the compamy URL to default vaalue
function matador_get_hiring_organization_url( $org_url ){
return get_bloginfo('url');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment