Functions |
Description |
---|---|
bbp_forum_archive_title() |
Output the forum archive title |
bbp_forum_author_display_name() |
Output the author of the forum |
bbp_forum_author_id() |
Output the author ID of the forum |
bbp_forum_class() |
Output the row class of a forum |
bbp_forum_content() |
Output the content of the forum |
bbp_forum_enforce_blocked() |
Check if a user is blocked, or cannot spectate the forums. |
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_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 |
bbp_forum_form_fields() |
Output the required hidden fields when creating/editing a forum |
bbp_forum_freshness_link() |
Output link to the most recent activity inside a forum. |
bbp_forum_get_subforums() |
Return subforums of given forum |
bbp_forum_id() |
Output forum id |
bbp_forum_index_pagination_count() |
Forum Pagination ********************************************************* |
bbp_forum_index_pagination_links() |
Output forum pagination links |
bbp_forum_last_active_id() |
Output the forums last active ID |
bbp_forum_last_active_time() |
Output the forums last update date/time (aka freshness) |
bbp_forum_last_reply_author_id() |
Output author ID of last reply of forum |
bbp_forum_last_reply_author_link() |
Output link to author of last reply of forum |
bbp_forum_last_reply_id() |
Output the forums last reply id |
bbp_forum_last_reply_permalink() |
Output the link to the last reply in a forum |
bbp_forum_last_reply_title() |
Output the title of the last reply inside a forum |
bbp_forum_last_reply_url() |
Output the url to the last reply in a forum |
bbp_forum_last_topic_author_link() |
Output link to author of last topic of forum |
bbp_forum_last_topic_id() |
Output the forum’s last topic id |
bbp_forum_last_topic_permalink() |
Output the link to the last topic in a forum |
bbp_forum_last_topic_title() |
Output the title of the last topic inside a forum |
bbp_forum_metabox() |
Forum metabox |
bbp_forum_pagination_count() |
Output the pagination count |
bbp_forum_pagination_links() |
Output pagination links |
bbp_forum_parent_id() |
Output parent ID of a forum, if exists |
bbp_forum_permalink() |
Output the link to the forum |
bbp_forum_post_count() |
Output total post count of a forum |
bbp_forum_post_type() |
Output the unique id of the custom post type for forums |
bbp_forum_query_last_reply_id() |
Returns the forum’s last reply id |
bbp_forum_query_subforum_ids() |
Returns the forum’s subforum ids |
bbp_forum_query_topic_ids() |
Returns the forum’s topic ids |
bbp_forum_recursive_group_id() |
Get Sub Forum’s group id, if not associated with any group then it searches for the parent forums to fetch group associated otherwise returns false |
bbp_forum_replies_feed_link() |
Output the link for the forum replies feed |
bbp_forum_reply_count() |
Output total reply count of a forum |
bbp_forum_row_actions() |
Allow forum rows to have adminstrative actions |
bbp_forum_status() |
Output the status of the forum |
bbp_forum_subforum_count() |
Output total sub-forum count of a forum |
bbp_forum_subscription_link() |
Output the forum subscription link |
bbp_forum_subscriptions_handler() |
Handles the front end subscribing and unsubscribing forums |
bbp_forum_title() |
Output the title of the forum |
bbp_forum_topic_count() |
Output total topic count of a forum |
bbp_forum_topic_count_hidden() |
Output total hidden topic count of a forum (hidden includes trashed and spammed topics) |
bbp_forum_topic_reply_ajax_form_search_tags() |
Search the tags that already added on forums previously and give the suggestions list. |
bbp_forum_topics_feed_link() |
Output the link for the forum feed |
bbp_forum_topics_link() |
Output the topics link of the forum |