Namespaces: global
Description
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

bbp_ajax_response()

Helper method to return JSON response for the ajax calls

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

bbp_translate_user_role()

Translates role name.

Source: bp-forums/common/locale.php:31

bbp_query_post_parent__in()

Adds ability to include or exclude specific post_parent ID’s

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

bbp_get_public_child_last_id()

Query the DB and get the last public post_id that has parent_id as post_parent

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

bbp_get_public_child_count()

Query the DB and get a count of public children

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

bbp_get_public_child_ids()

Query the DB and get a the child id’s of public children

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

bbp_get_all_child_ids()

Query the DB and get a the child id’s of all children

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