- Timestamp:
- 09/27/2015 05:25:02 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-group-member-query.php
r9906 r10148 7 7 */ 8 8 9 // Exit if accessed directly 9 // Exit if accessed directly. 10 10 defined( 'ABSPATH' ) || exit; 11 11 … … 23 23 * inviter_id = 0 (and invite_sent = 0). 24 24 * 25 * @since BuddyPress (1.8.0)25 * @since 1.8.0 26 26 * 27 27 * @param array $args { … … 45 45 * Array of group member ids, cached to prevent redundant lookups. 46 46 * 47 * @since BuddyPress (1.8.1)47 * @since 1.8.1 48 48 * @access protected 49 49 * @var null|array Null if not yet defined, otherwise an array of ints. … … 54 54 * Set up action hooks. 55 55 * 56 * @since BuddyPress (1.8.0)56 * @since 1.8.0 57 57 */ 58 58 public function setup_hooks() { … … 77 77 * group-member logic. 78 78 * 79 * @since BuddyPress (1.8.0)79 * @since 1.8.0 80 80 * 81 81 * @param array $include Existing group IDs in the $include parameter, … … 116 116 * Get the members of the queried group. 117 117 * 118 * @since BuddyPress (1.8.0)118 * @since 1.8.0 119 119 * 120 120 * @return array $ids User IDs of relevant group member ids. … … 239 239 * defined a custom 'type'). 240 240 * 241 * @since BuddyPress (2.0.0)241 * @since 2.0.0 242 242 * 243 243 * @param array $group_member_ids Array of associated member IDs. … … 298 298 * - date_modified 299 299 * 300 * @since BuddyPress (1.8.0)300 * @since 1.8.0 301 301 * 302 302 * @param BP_User_Query $query BP_User_Query object. Because we're … … 336 336 * Sort user IDs by how recently they have generated activity within a given group. 337 337 * 338 * @since BuddyPress (2.1.0)338 * @since 2.1.0 339 339 * 340 340 * @param BP_User_Query $query BP_User_Query object.
Note: See TracChangeset
for help on using the changeset viewer.