Namespaces: global
Description
bbp_kses_data()

Custom kses filter for forum topics and replies, for raw data

Source: bp-forums/common/formatting.php:127

bbp_code_trick()

Filter the topic or reply content and output code and pre tags

Source: bp-forums/common/formatting.php:141

bbp_verify_nonce_request()

Makes sure the user requested an action from another page on this site.

Source: bp-forums/common/functions.php:1652

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.

Source: bp-forums/common/functions.php:1714

bbp_get_page_by_path()

Used to guess if page exists at requested path

Source: bp-forums/common/functions.php:1949

bbp_set_404()

Sets the 404 status.

Source: bp-forums/common/functions.php:1976

bbp_ajax_url()

Output the URL to use for theme-side Forums AJAX requests

Source: bp-forums/common/ajax.php:22

bbp_get_ajax_url()

Return the URL to use for theme-side Forums AJAX requests

Source: bp-forums/common/ajax.php:33

bbp_is_ajax()

Is this a Forums AJAX request?

Source: bp-forums/common/ajax.php:49

bbp_do_ajax()

Hooked to the ‘bbp_template_redirect’ action, this is Forums’ custom theme-side ajax handler.

Source: bp-forums/common/ajax.php:61