Changeset 11086 for trunk/src/bp-groups/bp-groups-functions.php
- Timestamp:
- 09/13/2016 02:59:45 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-groups/bp-groups-functions.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-functions.php
r11046 r11086 685 685 * @since 1.2.0 686 686 * @since 2.6.0 Added `$group_type`, `$group_type__in`, and `$group_type__not_in` parameters. 687 * @since 2.7.0 Added `$update_admin_cache` parameter. 687 688 * 688 689 * @param array|string $args { … … 714 715 'populate_extras' => true, // Fetch meta such as is_banned and is_member. 715 716 'update_meta_cache' => true, // Pre-fetch groupmeta for queried groups. 717 'update_admin_cache' => false, 716 718 ); 717 719 … … 733 735 'populate_extras' => $r['populate_extras'], 734 736 'update_meta_cache' => $r['update_meta_cache'], 737 'update_admin_cache' => $r['update_admin_cache'], 735 738 'order' => $r['order'], 736 739 'orderby' => $r['orderby'],
Note: See TracChangeset
for help on using the changeset viewer.