File: bp-core/bp-core-dependency.php |
Description |
---|---|
bp_widgets_init |
Fires inside the ‘bp_widgets_init’ function, which runs after widgets have been set up. |
bp_head() |
Fire ‘bp_head’, which is used to hook scripts and styles in the . |
bp_head |
Fires inside the ‘bp_head’ function, which runs on ‘wp_head’. |
bp_template_redirect() |
Fire the ‘bp_template_redirect’ action. |
bp_template_redirect |
Fires inside the ‘bp_template_redirect’ function. |
bp_register_theme_packages() |
Fire the ‘bp_register_theme_packages’ action. |
bp_register_theme_packages |
Fires inside the ‘bp_register_theme_packages’ function. |
bp_enqueue_scripts() |
Fire the ‘bp_enqueue_scripts’ action, where BP enqueues its CSS and JS. |
bp_enqueue_scripts |
Fires inside the ‘bp_enqueue_scripts’ function, where BP enqueues its CSS and JS. |
bp_actions() |
Fire the ‘bp_actions’ action, which runs just before rendering. |