Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #3625, comment 1


Ignore:
Timestamp:
09/26/2011 07:57:03 PM (13 years ago)
Author:
webraket
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3625, comment 1

    initial v1  
    44My suggestion would still be to never hook core functions on bp_init.
    55
     6WordPress also never hooks core functions to their init action.
     7http://codex.wordpress.org/Plugin_API/Action_Reference/init
     8
    69Even if a plugin hooks to bp_init with priority 1, BuddyPress should be fully initialised at that point.
    7 
    8 The way BuddyPress hooks wp_init to init, it also expects WordPress to be fully initialised even with priority 1-9 on init.