Changes between Initial Version and Version 2 of Ticket #7343
- Timestamp:
- 11/12/2016 08:28:32 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7343
- Property Keywords reporter-feedback dev-feedback added
-
Property
Milestone
changed from
Awaiting ReviewtoUnder Consideration
-
Ticket #7343 – Description
initial v2 1 1 Possible to add `the_group` filter, probably inside `the_group()` function, to allow to easily modify the group object in the loop? In a similar way to how the `the_post` filter works. 2 2 3 One scenario where the group objects needs to be modify is explained in ticket:7290. And the only solution at the moment is to modify the` groups_template` object using nested loops ticket:7290 :#comment:25 ( which I personally don't like ).3 One scenario where the group objects needs to be modify is explained in ticket:7290. And the only solution at the moment is to modify the` groups_template` object using nested loops ticket:7290#comment:25 ( which I personally don't like ). 4 4 5 5 Same filter, I believe, should be applied to the `the_member()` function. Perhaps this should be created as a separate ticket.