Namespaces: global |
Description |
|---|---|
| bp_post_request() |
The main action used for handling theme-side POST requests. |
| bp_login_redirect() |
Fire the ‘bp_login_redirect’ filter, a piggy-back of WP’s ‘login_redirect’. |
| bp_template_include() |
Fire ‘bp_template_include’, main filter used for theme compatibility and displaying custom BP theme files. |
| bp_generate_rewrite_rules() |
Fire the ‘bp_generate_rewrite_rules’ action, where BP generates its rewrite rules. |
| bp_allowed_themes() |
Fire the ‘bp_allowed_themes’ filter. |
| bp_init_background_updater() |
Fire the ‘bp_init_background_updater’ action, where BP updates data. |
| bp_setup_theme() |
Fire the ‘bp_setup_theme’ action. |
| bp_after_setup_theme() |
Fire the ‘bp_after_setup_theme’ action. |
| bp_request() |
Fire the ‘bp_request’ filter, a piggy-back of WP’s ‘request’. |
| bp_add_permastructs() |
Fire the ‘bp_add_permastructs’ action, where BP adds its BP-specific permalink structure. |