Created
February 22, 2020 12:48
-
-
Save csaborio001/ba01eb2d0893b34cea64595664f13558 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$args = array( | |
'post_type' => 'volunteer', | |
'posts_per_page' => '10', | |
'button_label' => 'Load More', | |
'button_loading_label' => 'Loading...', | |
'scroll' => 'false', | |
'post__in' => implode( ',', $unmatched_volunteers->posts ), | |
'repeater' => 'template_1', | |
'id' => 'participant_listing', | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment