File: bp-core/bp-core-dependency.php |
Description |
---|---|
bp_template_include |
Filters the template to use with template_include. |
bp_generate_rewrite_rules() |
Fire the ‘bp_generate_rewrite_rules’ action, where BP generates its rewrite rules. |
bp_generate_rewrite_rules |
Fires inside the ‘bp_generate_rewrite_rules’ function. |
bp_add_permastructs() |
Fire the ‘bp_add_permastructs’ action, where BP adds its BP-specific permalink structure. |
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. |