File: bp-forums/common/functions.php
Description
bbp_get_do_not_reply_address

Blacklist

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

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_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_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