Functions |
Description |
---|---|
bbp_get_forum_post_type_labels() |
Return array of labels used by the forum post type |
bbp_get_forum_post_type_rewrite() |
Return array of forum post type rewrite settings |
bbp_get_forum_post_type_supports() |
Return array of features the forum post type supports |
bbp_get_forum_replies_feed_link() |
Retrieve the link for the forum replies feed |
bbp_get_forum_reply_count() |
Return total post count of a forum |
bbp_get_forum_slug() |
Return the single forum slug |
bbp_get_forum_status() |
Return the status of the forum |
bbp_get_forum_statuses() |
Return an associative array of available topic statuses |
bbp_get_forum_subforum_count() |
Return total subforum count of a forum |
bbp_get_forum_subscribers() |
Get the users who have subscribed to the forum |
bbp_get_forum_subscription_link() |
Get the forum subscription link |
bbp_get_forum_thumbnail_image() |
Get the forum thumbnail’s image tag |
bbp_get_forum_thumbnail_src() |
Get the forum thumbnail’s image source |
bbp_get_forum_title() |
Return the title of the forum |
bbp_get_forum_topic_count() |
Return total topic count of a forum |
bbp_get_forum_topic_count_hidden() |
Return total hidden topic count of a forum (hidden includes trashed and spammed topics) |
bbp_get_forum_topics_feed_link() |
Retrieve the link for the forum feed |
bbp_get_forum_topics_link() |
Return the topics link of the forum |
bbp_get_forum_type() |
Return the type of forum (category/forum/etc. |
bbp_get_forum_types() |
Return an associative array of forum types |
bbp_get_forum_visibilities() |
Return an associative array of forum visibility |
bbp_get_forum_visibility() |
Return the visibility of the forum |
bbp_get_forums_for_current_user() |
Get the forums the current user has the ability to see and post to |
bbp_get_forums_per_page() |
Return the forums per page setting |
bbp_get_forums_url() |
Return the forum URL |
bbp_get_global_post_field() |
Get the unfiltered value of a global $post’s key |
bbp_get_group_forum_ids() |
Get forum ID’s for a group |
bbp_get_group_forums_root_id() |
Return the grop forums root parent forum id |
bbp_get_hidden_forum_ids() |
Returns the hidden forum ids |
bbp_get_hidden_status_id() |
Return the hidden post status ID |
bbp_get_keymaster_role() |
The keymaster role for Forums users |
bbp_get_logout_link() |
Return the logout link |
bbp_get_moderator_role() |
The moderator role for Forums users |
bbp_get_network_sites() |
Function get network sites. |
bbp_get_orphan_status_id() |
Return the orphan post status ID |
bbp_get_page_by_path() |
Used to guess if page exists at requested path |
bbp_get_paged() |
Assist pagination by returning correct page number |
bbp_get_paged_rewrite_id() |
Get the id used for paginated requests |
bbp_get_paged_slug() |
Get the slug used for paginated requests |
bbp_get_participant_role() |
The participant role for registered user that can participate in forums |
bbp_get_pending_status_id() |
Return the pending post status ID |
bbp_get_private_forum_ids() |
Returns the private forum ids |
bbp_get_private_status_id() |
Return the private post status ID |
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_public_child_last_id() |
Query the DB and get the last public post_id that has parent_id as post_parent |
bbp_get_public_status_id() |
Return the public post status ID |
bbp_get_query_name() |
Get the ‘_bbp_query_name’ setting |
bbp_get_query_template() |
Retrieve path to a template |
bbp_get_quicktags_settings() |
Edit TinyMCE quicktags buttons to match allowedtags |