Namespaces: global |
Description |
|---|---|
| bbp_kses_data() |
Custom kses filter for forum topics and replies, for raw data |
| bbp_code_trick() |
Filter the topic or reply content and output code and pre tags |
| 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. |
| bbp_ajax_url() |
Output the URL to use for theme-side Forums AJAX requests |
| bbp_get_ajax_url() |
Return the URL to use for theme-side Forums AJAX requests |
| bbp_is_ajax() |
Is this a Forums AJAX request? |
| bbp_do_ajax() |
Hooked to the ‘bbp_template_redirect’ action, this is Forums’ custom theme-side ajax handler. |