Changes between Version 1 and Version 2 of Ticket #5669, comment 21
- Timestamp:
- 11/26/2014 04:50:52 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5669, comment 21
v1 v2 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 = '' )}}} 9 9 10 There's also {{{bp_activity_get_post_types_tracking_args()}}} which loop through the registered post types and uses the function i've mentioned above to build all "post types tracking argument".10 There's also {{{bp_activity_get_post_types_tracking_args()}}} which loops through the registered post types and uses the function i've mentioned above to build all "post types tracking arguments". 11 11 12 12 This function is used at 2 places :