Created
May 16, 2018 12:42
-
-
Save pbearne/b522d58fc1fce9be0ca2615c11a4f01d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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