File: bp-forums/common/functions.php |
Description |
---|---|
bbp_get_do_not_reply_address |
Blacklist |
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_query_post_parent__in() |
Adds ability to include or exclude specific post_parent ID’s |
bbp_get_public_child_last_id() |
Query the DB and get the last public post_id that has parent_id as post_parent |
bbp_get_public_child_count() |
Query the DB and get a count of public children |
bbp_get_public_child_ids() |
Query the DB and get a the child id’s of public children |
bbp_get_all_child_ids() |
Query the DB and get a the child id’s of all children |