Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #3622, comment 14


Ignore:
Timestamp:
09/26/2011 03:02:59 PM (15 years ago)
Author:
webraket
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3622, comment 14

    initial v1  
    88
    99Maybe it's even better to move all core functions currently hooked to bp_init to something like bp_init_core, then hook bp_init_core to bp_init with priority 0.
    10 That way all priority's for bp_init are keep left for plugins.
     10That way all priority's for bp_init are kept left for plugins.
    1111If someone wants to hook to bp_init and do something before BP is actually loaded, they can use a negative priority I suppose.