Skip to content

Instantly share code, notes, and snippets.

@pbearne
Created May 16, 2018 12:42
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/b522d58fc1fce9be0ca2615c11a4f01d to your computer and use it in GitHub Desktop.
Save pbearne/b522d58fc1fce9be0ca2615c11a4f01d to your computer and use it in GitHub Desktop.
if( ! function_exists( 'matador_get_hiring_organization_name') ) {
add_filter( 'matador_get_hiring_organization_name', 'matador_get_hiring_organization_name' );
// replace teh name of hireing company
function matador_get_hiring_organization_name( $org_name ){
return 'Matador Jobs';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment