File: bp-forums/forums/functions.php |
Description |
---|---|
bbp_exclude_forum_ids() |
Returns a meta_query that either includes or excludes hidden forum IDs from a query. |
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. |
bbp_get_forum_visibilities() |
Return an associative array of forum visibility |
bbp_has_forum_thumbnail() |
Check if given forum has thumbnail available |
bbp_get_forum_thumbnail_src() |
Get the forum thumbnail’s image source |
bbp_update_forum_subforum_count() |
Update the forum sub-forum count |
bbp_update_forum_topic_count() |
Adjust the total topic count of a forum |
bbp_update_forum_topic_count_hidden() |
Adjust the total hidden topic count of a forum (hidden includes trashed and spammed topics) |
bbp_update_forum_reply_count() |
Adjust the total reply count of a forum |
bbp_update_forum() |
Updates the counts of a forum. |