Namespaces: global |
Description |
|---|---|
| bp_head() |
Fire ‘bp_head’, which is used to hook scripts and styles in the . |
| bp_template_redirect() |
Fire the ‘bp_template_redirect’ action. |
| bp_register_theme_packages() |
Fire the ‘bp_register_theme_packages’ action. |
| bp_enqueue_scripts() |
Fire the ‘bp_enqueue_scripts’ action, where BP enqueues its CSS and JS. |
| bp_enqueue_embed_scripts() |
Fires the ‘bp_enqueue_embed_scripts’ action in the for BP oEmbeds. |
| bp_add_rewrite_tags() |
Fire the ‘bp_add_rewrite_tag’ action, where BP adds its custom rewrite tags. |
| bp_add_rewrite_rules() |
Fire the ‘bp_add_rewrite_rules’ action, where BP adds its custom rewrite rules. |
| bp_actions() |
Fire the ‘bp_actions’ action, which runs just before rendering. |
| bp_screens() |
Fire the ‘bp_screens’ action, which runs just before rendering. |
| bp_widgets_init() |
Fire ‘bp_widgets_init’, which runs after widgets have been set up. |