Skip to content

Instantly share code, notes, and snippets.

@kraftbj
Created November 9, 2015 15:51
Show Gist options
  • Save kraftbj/b89421fcff452da4d68d to your computer and use it in GitHub Desktop.
Save kraftbj/b89421fcff452da4d68d to your computer and use it in GitHub Desktop.
Indeed Customization
add_filter( 'job_manager_indeed_get_jobs_args', 'bk_custom_args');
function bk_custom_args( $args ){
$args['as_not'] = 'the-query-value-here';
return $args;
}
@alcoolio
Copy link

alcoolio commented Nov 9, 2015

why not work with all indeed parameters?

&as_and=
&as_phr=
&as_any=
&as_not=
&sort=
&radius=
&st=
&jt=
&start=
&limit=
&fromage=
&filter=
&latlong=
&co=
&chnl=

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment