- Timestamp:
- 09/09/2021 02:01:40 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-groups-list-table.php
r12788 r13103 702 702 * 703 703 * @since 1.7.0 704 * @since 10.0.0 Updated to use `groups_get_total_member_count`. 704 705 * 705 706 * @param array $item Information about the current row. 706 707 */ 707 708 public function column_members( $item = array() ) { 708 $count = groups_get_ groupmeta( $item['id'], 'total_member_count');709 $count = groups_get_total_member_count( absint( $item['id'] ) ); 709 710 710 711 /**
Note: See TracChangeset
for help on using the changeset viewer.