Skip to content

Instantly share code, notes, and snippets.

@mikejolley
Created February 23, 2015 10:10
Show Gist options
  • Save mikejolley/418309e3c288c205e37e to your computer and use it in GitHub Desktop.
Save mikejolley/418309e3c288c205e37e to your computer and use it in GitHub Desktop.
add_filter( 'job_manager_indeed_get_jobs_args', 'custom_job_manager_indeed_get_jobs_args' );
function custom_job_manager_indeed_get_jobs_args( $args ) {
$args['jt'] = 'fulltime';
return $args;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment