Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #5669, comment 12


Ignore:
Timestamp:
11/23/2014 06:12:32 PM (10 years ago)
Author:
imath
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5669, comment 12

    initial v1  
    1 In 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).
     1In [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).
    22
    33{{{wp_loaded}}} exists since WP 3.0 and is fired once WordPress, plugins and themes are fully loaded.