Skip to content

Instantly share code, notes, and snippets.

@stoffl6781
Created August 29, 2021 12:56
Show Gist options
  • Save stoffl6781/94dfdd9f793d9778d06938669cec7135 to your computer and use it in GitHub Desktop.
Save stoffl6781/94dfdd9f793d9778d06938669cec7135 to your computer and use it in GitHub Desktop.
function custom_um_profile_query_make_posts( $args = array() ) {
// Change the post type to our liking.
$args['post_type'] = 'jobs';
return $args;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment