Created
December 8, 2017 00:31
-
-
Save pbearne/cf3894394046d8a79e1e6996eeb1fcfd 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
function matador_application_default_fields( $methods ){ | |
return array( | |
'first_and_last_name', | |
'email', | |
'phone', | |
'profile', | |
'resume', | |
); | |
} | |
add_filter( 'matador_application_fields_defaults', 'matador_application_default_fields' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment