Skip to content

Instantly share code, notes, and snippets.

@pbearne
Created December 8, 2017 00:31
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/cf3894394046d8a79e1e6996eeb1fcfd to your computer and use it in GitHub Desktop.
Save pbearne/cf3894394046d8a79e1e6996eeb1fcfd to your computer and use it in GitHub Desktop.
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