File: bp-core/bp-core-dependency.php |
Description |
|---|---|
| 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_widgets_init() |
Fire ‘bp_widgets_init’, which runs after widgets have been set up. |
| bp_loaded |
Fires inside the ‘bp_loaded’ function, which fires after BP’s core plugin files have been loaded. |
| bp_ready() |
Fire the ‘bp_ready’ action, which runs after BP is set up and the page is about to render. |
| bp_ready |
Fires inside the ‘bp_ready’ function, which runs after BP is set up and the page is about to render. |
| 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. |