File: bp-core/bp-core-dependency.php |
Description |
---|---|
bp_actions() |
Fire the ‘bp_actions’ action, which runs just before rendering. |
bp_actions |
Fires inside the ‘bp_actions’ function, which runs just before rendering. |
bp_screens() |
Fire the ‘bp_screens’ action, which runs just before rendering. |
bp_screens |
Fires inside the ‘bp_screens’ function, which runs just before rendering. |
bp_init() |
Fire the ‘bp_init’ action, BuddyPress’s main initialization hook. |
bp_rest_api_init() |
Fire the ‘bp_rest_api_init’ action, where BuddyPress registers REST API endpoints. |
bp_rest_api_init |
Fires the ‘bp_rest_api_init’ function, where BuddyPress registers REST API endpoints. |
bp_customize_register() |
Fire the ‘bp_customize_register’ action when the Customizer has loaded, allowing scripts and styles to be initialized. |
bp_customize_register |
Fires once the Customizer has loaded, allow scripts and styles to be initialized. |
bp_loaded() |
Fire the ‘bp_loaded’ action, which fires after BP’s core plugin files have been loaded. |