@since: BuddyPress 1.6.0 |
Description |
---|---|
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_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_widgets_init() |
Fire ‘bp_widgets_init’, which runs after widgets have been set up. |
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_setup_integrations() |
Fire the ‘bp_setup_components’ action, where plugins should initialize components. |