Changes between Initial Version and Version 1 of Ticket #7343, comment 5
- Timestamp:
- 04/20/2017 04:14:54 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7343, comment 5
initial v1 13 13 we called `groups_get_group( $id )`, which would apply the `groups_get_group` filter to each group object? 14 14 15 Alternatively, we could add a `the_bp_group` filter at the end of `BP_Groups_Group::populate()` which would be very similar to `the_post` filter. 16 15 17 -David