Add Display Job Categories Shortcode

 
    function dm_display_wpjm_categories () {
        $terms = get_terms( array(
      'taxonomy' => 'job_listing_category',
      'hide_empty' => false,
  ) );
    
  if ( ! empty( $terms ) && ! is_wp_error( $terms ) ){
      echo '';
  }
  }
  
  add_shortcode('list_categories', 'dm_display_wpjm_categories');
  

Subscribe To Our Newsletter

Join our mailing list to receive the latest news and updates from our team.

You have Successfully Subscribed!

Share This