Created
August 29, 2021 12:56
-
-
Save stoffl6781/94dfdd9f793d9778d06938669cec7135 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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