Changes between Initial Version and Version 1 of Ticket #5669, comment 21
- Timestamp:
- 11/26/2014 04:48:09 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5669, comment 21
initial v1 4 4 Since the beginning of our discussions on this ticket, you've convinced me. The {{{buddypress()->activity->actions}}} thing was bothering me. So after a short night thinking about it, i thought let's try to do it to have an alternative to the way the patch was built so far. 5 5 6 So i've changed some functions and tried to build the tracking feature the lazyloading way. So in 5669.05.patch, i'm not using hook(s) to register a {{{buddypress()->activity->track}}} global anymore.6 So i've changed some functions and tried to build the tracking feature the lazyloading way. So in [https://buddypress.trac.wordpress.org/attachment/ticket/5669/5669.05.patch 5669.05.patch], i'm not using hook(s) to register a {{{buddypress()->activity->track}}} global anymore. 7 7 8 8 I now have a function i'm using just before publishing, updating or removing the activity : {{{bp_activity_get_post_type_tracking_args( $post_type = '' )}}}