Jobs

Show More Jobs

function get_job_listings( $args = [] ) {
  global $job_manager_keyword;
   
  $args = wp_parse_args(
  $args,
  [
  ‘search_location’ => ,
  ‘search_keywords’ => ,
  ‘search_categories’ => [],
  ‘job_types’ => [],
  ‘post_status’ => [],
  ‘offset’ => 0,
  ‘posts_per_page’ => 20,
  ‘orderby’ => ‘date’,
  ‘order’ => ‘DESC’,
  ‘featured’ => null,
  ‘filled’ => null,
 

‘fields’ => ‘all’,