Changeset 8710 for sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/blocks/includes/organizers.php
- Timestamp:
- 05/01/2019 10:08:54 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/blocks/includes/organizers.php
r8647 r8710 91 91 */ 92 92 function get_organizer_posts( array $attributes ) { 93 if ( empty( $attributes['mode'] ) ) { 94 return []; 95 } 96 93 97 $post_args = [ 94 98 'post_type' => 'wcb_organizer',
Note: See TracChangeset
for help on using the changeset viewer.