Changes between Initial Version and Version 1 of Ticket #5669, comment 12
- Timestamp:
- 11/23/2014 06:12:32 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5669, comment 12
initial v1 1 In 5669.03.patchi've edited the way the tracking data was collected as suggested boonebgorges. To avoid "race conditions" i've created a new action {{{bp_fully_loaded}}} which hooks to {{{wp_loaded}}}. Unfortunately i cannot rely on {{{bp_ready}}} as it's too late for the activity administration screen (dropdown list of activity actions).1 In [https://buddypress.trac.wordpress.org/attachment/ticket/5669/5669.03.patch 5669.03.patch] i've edited the way the tracking data was collected as suggested boonebgorges. To avoid "race conditions" i've created a new action {{{bp_fully_loaded}}} which hooks to {{{wp_loaded}}}. Unfortunately i cannot rely on {{{bp_ready}}} as it's too late for the activity administration screen (dropdown list of activity actions). 2 2 3 3 {{{wp_loaded}}} exists since WP 3.0 and is fired once WordPress, plugins and themes are fully loaded.