Namespaces: global |
Description |
|---|---|
| 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_forum_query_topic_ids() |
Returns the forum’s topic ids |
| bbp_forum_query_subforum_ids() |
Returns the forum’s subforum ids |
| _bbp_forum_query_usort_subforum_ids() |
Callback to sort forum ID’s based on last active time |
| bbp_forum_query_last_reply_id() |
Returns the forum’s last reply id |
| bbp_forum_enforce_hidden() |
Check if it’s a hidden forum or a topic or reply of a hidden forum and if the user can’t view it, then sets a 404 |
| 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_get_forum_statuses() |
Return an associative array of available topic statuses |