File: bp-forums/core/sub-actions.php |
Description |
---|---|
bbp_post_request() |
The main action used for handling theme-side POST requests |
bbp_get_request() |
The main action used for handling theme-side GET requests |
bbp_plugin_locale() |
Filter the plugin locale and domain. |
bbp_request() |
Piggy back filter for WordPress’s ‘request’ filter |
bbp_template_include() |
The main filter used for theme compatibility and displaying custom Forums theme files. |
bbp_generate_rewrite_rules() |
Generate Forums-specific rewrite rules |
bbp_allowed_themes() |
Filter the allowed themes list for Forums specific themes |
bbp_map_meta_caps() |
Maps forum/topic/reply caps to built in WordPress caps |
bbp_template_redirect() |
The main action used for redirecting Forums theme actions that are not permitted by the current_user |
bbp_register_theme_packages() |
The main action used for executing code before the theme has been setup |