Changeset 13981 for trunk/src/bp-core/bp-core-template.php
- Timestamp:
- 07/27/2024 04:54:18 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-template.php
r13897 r13981 982 982 } 983 983 /** 984 * Return the total member count in your BP instance.984 * Return the total member count for the site. 985 985 * 986 986 * Since BuddyPress 1.6, this function has used bp_core_get_active_member_count(), … … 1000 1000 1001 1001 /** 1002 * Filters the total member count in your BP instance.1002 * Filters the total member count for the site. 1003 1003 * 1004 1004 * @since 1.2.0 1005 1005 * 1006 * @param int $ valueMember count.1006 * @param int $member_count Member count. 1007 1007 */ 1008 1008 return apply_filters( 'bp_get_total_member_count', bp_core_get_active_member_count() );
Note: See TracChangeset
for help on using the changeset viewer.