Changes between Version 1 and Version 2 of Ticket #3622, comment 14
- Timestamp:
- 09/26/2011 03:07:44 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3622, comment 14
v1 v2 5 5 Or at least never when do_action() or apply_filters() is called at those points. 6 6 7 If a develop per only tests his plugin in /plugins, it leads to unexpected results when the plugin is used in /mu-plugins.7 If a developer only tests his plugin in /plugins, it leads to unexpected results when the plugin is used in /mu-plugins. 8 8 9 9 Maybe 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.