Namespaces: global |
Description |
|---|---|
| bbp_encode_empty_callback() |
Callback to replace empty HTML tags in a content string |
| bbp_encode_normal_callback() |
Callback to replace normal HTML tags in a content string |
| bbp_translate_user_role() |
Translates role name. |
| bbp_dummy_role_names() |
Dummy gettext calls to get strings in the catalog. |
| bbp_kses_allowed_tags() |
Custom allowed tags for forum topics and replies |
| bbp_filter_kses() |
Custom kses filter for forum topics and replies, for filtering incoming data |
| bbp_verify_nonce_request() |
Makes sure the user requested an action from another page on this site. |
| bbp_request_feed_trap() |
This function is hooked into the WordPress ‘request’ action and is responsible for sniffing out the query vars and serving up RSS2 feeds if the stars align and the user has requested a feed of any Forums type. |
| bbp_get_page_by_path() |
Used to guess if page exists at requested path |
| bbp_set_404() |
Sets the 404 status. |