Namespaces: global
Description
bbp_delete_forum()

Called before deleting a forum.

Source: bp-forums/forums/functions.php:2434

bbp_trash_forum()

Called before trashing a forum

Source: bp-forums/forums/functions.php:2456

bbp_forum_enforce_private()

Check if it’s a private forum or a topic or reply of a private forum and if the user can’t view it, then sets a 404

Source: bp-forums/forums/functions.php:2192

bbp_check_forum_edit()

Redirect if unathorized user is attempting to edit a forum

Source: bp-forums/forums/functions.php:2243

bbp_delete_forum_topics()

Delete all topics (and their replies) for a specific forum ID

Source: bp-forums/forums/functions.php:2271

bbp_trash_forum_topics()

Trash all topics inside a forum

Source: bp-forums/forums/functions.php:2324

bbp_get_hidden_forum_ids()

Returns the hidden forum ids

Source: bp-forums/forums/functions.php:1798

bbp_get_private_forum_ids()

Returns the private forum ids

Source: bp-forums/forums/functions.php:1815

bbp_exclude_forum_ids()

Returns a meta_query that either includes or excludes hidden forum IDs from a query.

Source: bp-forums/forums/functions.php:1834

bbp_pre_get_posts_normalize_forum_visibility()

Adjusts forum, topic, and reply queries to exclude items that might be contained inside hidden or private forums that the user does not have the capability to view.

Source: bp-forums/forums/functions.php:1934