Changes between Initial Version and Version 1 of Ticket #3625, comment 1
- Timestamp:
- 09/26/2011 07:57:03 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3625, comment 1
initial v1 4 4 My suggestion would still be to never hook core functions on bp_init. 5 5 6 WordPress also never hooks core functions to their init action. 7 http://codex.wordpress.org/Plugin_API/Action_Reference/init 8 6 9 Even 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.