Functions |
Description |
---|---|
bbp_get_form_forum_visibility() |
Return value of forum visibility |
bbp_get_form_forum_visibility_dropdown() |
Return the forum visibility dropdown |
bbp_get_form_option() |
Return settings API option |
bbp_get_form_reply_content() |
Return the value of reply content field |
bbp_get_form_reply_edit_reason() |
Return the value of the reply edit reason |
bbp_get_form_reply_log_edit() |
Return checked value of reply log edit field |
bbp_get_form_reply_to() |
Return the value of reply to field |
bbp_get_form_topic_content() |
Return the value of topic content field |
bbp_get_form_topic_edit_reason() |
Return the value of the topic edit reason |
bbp_get_form_topic_forum() |
Return value of topic forum |
bbp_get_form_topic_log_edit() |
Return checked value of topic log edit field |
bbp_get_form_topic_status_dropdown() |
Returns topic status downdown |
bbp_get_form_topic_subscribed() |
Return checked value of topic subscription |
bbp_get_form_topic_tags() |
Return value of topic tags field |
bbp_get_form_topic_title() |
Return the value of topic title field |
bbp_get_form_topic_type_dropdown() |
Returns topic type select box (normal/sticky/super sticky) |
bbp_get_forum() |
Gets a forum |
bbp_get_forum_ancestors() |
Return array of parent forums |
bbp_get_forum_archive_template() |
Get the forum archive template |
bbp_get_forum_archive_title() |
Return the forum archive title |
bbp_get_forum_author_display_name() |
Return the author of the forum |
bbp_get_forum_author_id() |
Return the author ID of the forum |
bbp_get_forum_caps() |
Return forum capabilities |
bbp_get_forum_class() |
Return the row class of a forum |
bbp_get_forum_content() |
Return the content of the forum |
bbp_get_forum_edit_template() |
Get the forum edit template |
bbp_get_forum_freshness_link() |
Returns link to the most recent activity inside a forum. |
bbp_get_forum_group_ids() |
Get group ID’s for a forum |
bbp_get_forum_id() |
Return the forum id |
bbp_get_forum_index_pagination_count() |
Return the forum index pagination count |
bbp_get_forum_index_pagination_links() |
Return forum pagination links |
bbp_get_forum_last_active_id() |
Return the forums last active ID |
bbp_get_forum_last_active_time() |
Return the forums last update date/time (aka freshness) |
bbp_get_forum_last_reply_author_id() |
Return author ID of last reply of forum |
bbp_get_forum_last_reply_author_link() |
Return link to author of last reply of forum |
bbp_get_forum_last_reply_id() |
Return the forums last reply id |
bbp_get_forum_last_reply_permalink() |
Return the link to the last reply in a forum |
bbp_get_forum_last_reply_title() |
Return the title of the last reply inside a forum |
bbp_get_forum_last_reply_url() |
Return the url to the last reply in a forum |
bbp_get_forum_last_topic_author_id() |
Return the author ID of the last topic of a forum |
bbp_get_forum_last_topic_author_link() |
Return link to author of last topic of forum |
bbp_get_forum_last_topic_id() |
Return the forum’s last topic id |
bbp_get_forum_last_topic_permalink() |
Return the link to the last topic in a forum |
bbp_get_forum_last_topic_title() |
Return the title of the last topic inside a forum |
bbp_get_forum_pagination_count() |
Return the pagination count |
bbp_get_forum_pagination_links() |
Return pagination links |
bbp_get_forum_parent_id() |
Return ID of forum parent, if exists |
bbp_get_forum_permalink() |
Return the link to the forum |
bbp_get_forum_post_count() |
Return total post count of a forum |
bbp_get_forum_post_type() |
Return the unique id of the custom post type for forums |