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

Dummy gettext calls to get strings in the catalog.

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

bbp_kses_allowed_tags()

Custom allowed tags for forum topics and replies

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

bbp_filter_kses()

Custom kses filter for forum topics and replies, for filtering incoming data

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

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

bbp_get_global_post_field()

Get the unfiltered value of a global $post’s key

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

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