| [ Index ] |
PHP Cross Reference of BBPress |
[Source view] [Print] [Project Stats]
bbPress Forum Template Tags
| File Size: | 2719 lines (80 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| bbp_forum_post_type() X-Ref |
| Output the unique id of the custom post type for forums since: 2.0.0 bbPress (r2857) |
| bbp_get_forum_post_type() X-Ref |
| Return the unique id of the custom post type for forums since: 2.0.0 bbPress (r2857) return: string The unique forum post type id |
| bbp_get_forum_post_type_labels() X-Ref |
| Return array of labels used by the forum post type since: 2.5.0 bbPress (r5129) return: array |
| bbp_get_forum_post_type_rewrite() X-Ref |
| Return array of forum post type rewrite settings since: 2.5.0 bbPress (r5129) return: array |
| bbp_get_forum_post_type_supports() X-Ref |
| Return array of features the forum post type supports since: 2.5.0 bbPress (r5129) return: array |
| bbp_has_forums( $args = array() X-Ref |
| The main forum loop. WordPress makes this easy for us. param: array $args All the arguments supported by {@link WP_Query} since: 2.0.0 bbPress (r2464) return: object Multidimensional array of forum information |
| bbp_forums() X-Ref |
| Whether there are more forums available in the loop since: 2.0.0 bbPress (r2464) return: object Forum information |
| bbp_the_forum() X-Ref |
| Loads up the current forum in the loop since: 2.0.0 bbPress (r2464) return: object Forum information |
| bbp_forum_id( $forum_id = 0 ) X-Ref |
| Output forum id param: $forum_id Optional. Used to check emptiness since: 2.0.0 bbPress (r2464) |
| bbp_get_forum_id( $forum_id = 0 ) X-Ref |
| Return the forum id param: $forum_id Optional. Used to check emptiness since: 2.0.0 bbPress (r2464) return: int The forum id |
| bbp_get_forum( $forum, $output = OBJECT, $filter = 'raw' ) X-Ref |
| Gets a forum param: int|object $forum forum id or forum object param: string $output Optional. OBJECT, ARRAY_A, or ARRAY_N. Default = OBJECT param: string $filter Optional Sanitation filter. See {@link sanitize_post()} since: 2.0.0 bbPress (r2787) return: mixed Null if error or forum (in specified form) if success |
| bbp_forum_permalink( $forum_id = 0, $redirect_to = '' ) X-Ref |
| Output the link to the forum param: int $forum_id Optional. Forum id param: string $redirect_to Optional. Pass a redirect value for use with since: 2.0.0 bbPress (r2464) |
| bbp_get_forum_permalink( $forum_id = 0, $redirect_to = '' ) X-Ref |
| Return the link to the forum param: int $forum_id Optional. Forum id param: string $redirect_to Optional. Pass a redirect value for use with since: 2.0.0 bbPress (r2464) return: string Permanent link to forum |
| bbp_forum_title( $forum_id = 0 ) X-Ref |
| Output the title of the forum param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2464) |
| bbp_get_forum_title( $forum_id = 0 ) X-Ref |
| Return the title of the forum param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2464) return: string Title of forum |
| bbp_forum_archive_title( $title = '' ) X-Ref |
| Output the forum archive title param: string $title Default text to use as title since: 2.0.0 bbPress (r3249) |
| bbp_get_forum_archive_title( $title = '' ) X-Ref |
| Return the forum archive title param: string $title Default text to use as title since: 2.0.0 bbPress (r3249) return: string The forum archive title |
| bbp_forum_content( $forum_id = 0 ) X-Ref |
| Output the content of the forum param: int $forum_id Optional. Topic id since: 2.0.0 bbPress (r2780) |
| bbp_get_forum_content( $forum_id = 0 ) X-Ref |
| Return the content of the forum param: int $forum_id Optional. Topic id since: 2.0.0 bbPress (r2780) return: string Content of the forum |
| bbp_forum_row_actions() X-Ref |
| Allow forum rows to have administrative actions since: 2.1.0 bbPress (r3653) |
| bbp_forum_last_active_id( $forum_id = 0 ) X-Ref |
| Output the forums last active ID param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2860) |
| bbp_get_forum_last_active_id( $forum_id = 0 ) X-Ref |
| Return the forums last active ID param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2860) return: int Forum's last active id |
| bbp_forum_last_active_time( $forum_id = 0 ) X-Ref |
| Output the forums last update date/time (aka freshness) param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2464) |
| bbp_get_forum_last_active_time( $forum_id = 0 ) X-Ref |
| Return the forums last update date/time (aka freshness) param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2464) return: string Forum last update date/time (freshness) |
| bbp_forum_freshness_link( $forum_id = 0) X-Ref |
| Output link to the most recent activity inside a forum. Outputs a complete link with attributes and content. param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2625) |
| bbp_get_forum_freshness_link( $forum_id = 0 ) X-Ref |
| Returns link to the most recent activity inside a forum. Returns a complete link with attributes and content. param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2625) |
| bbp_forum_parent_id( $forum_id = 0 ) X-Ref |
| Output parent ID of a forum, if exists param: int $forum_id Forum ID since: 2.1.0 bbPress (r3675) |
| bbp_get_forum_parent_id( $forum_id = 0 ) X-Ref |
| Return ID of forum parent, if exists param: int $forum_id Optional. Forum id since: 2.1.0 bbPress (r3675) return: int Forum parent |
| bbp_get_forum_ancestors( $forum_id = 0 ) X-Ref |
| Return array of parent forums param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2625) return: array Forum ancestors |
| bbp_forum_get_subforums( $args = array() X-Ref |
| Return subforums of given forum param: array $args All the arguments supported by {@link WP_Query} since: 2.0.0 bbPress (r2747) return: mixed false if none, array of subs if yes |
| bbp_list_forums( $args = array() X-Ref |
| Output a list of forums (can be used to list subforums) param: array $args The function supports these args: since: 2.0.0 bbPress (r2708) |
| bbp_forum_subscription_link( $args = array() X-Ref |
| Output the forum subscription link since: 2.5.0 bbPress (r5156) since: 2.6.0 bbPress (r6308) Add 'redirect_to' support |
| bbp_get_forum_subscription_link( $args = array() X-Ref |
| Get the forum subscription link A custom wrapper for bbp_get_user_subscribe_link() since: 2.5.0 bbPress (r5156) since: 2.6.0 bbPress (r6308) Add 'redirect_to' support |
| bbp_forum_last_topic_id( $forum_id = 0 ) X-Ref |
| Output the forum's last topic id param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2464) |
| bbp_get_forum_last_topic_id( $forum_id = 0 ) X-Ref |
| Return the forum's last topic id param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2464) return: int Forum's last topic id |
| bbp_forum_last_topic_title( $forum_id = 0 ) X-Ref |
| Output the title of the last topic inside a forum param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2625) |
| bbp_get_forum_last_topic_title( $forum_id = 0 ) X-Ref |
| Return the title of the last topic inside a forum param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2625) return: string Forum's last topic's title |
| bbp_forum_last_topic_permalink( $forum_id = 0 ) X-Ref |
| Output the link to the last topic in a forum param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2464) |
| bbp_get_forum_last_topic_permalink( $forum_id = 0 ) X-Ref |
| Return the link to the last topic in a forum param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2464) return: string Permanent link to topic |
| bbp_get_forum_last_topic_author_id( $forum_id = 0 ) X-Ref |
| Return the author ID of the last topic of a forum param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2625) return: int Forum's last topic's author id |
| bbp_forum_last_topic_author_link( $forum_id = 0 ) X-Ref |
| Output link to author of last topic of forum param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2625) |
| bbp_get_forum_last_topic_author_link( $forum_id = 0 ) X-Ref |
| Return link to author of last topic of forum param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2625) return: string Forum's last topic's author link |
| bbp_forum_last_reply_id( $forum_id = 0 ) X-Ref |
| Output the forums last reply id param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2464) |
| bbp_get_forum_last_reply_id( $forum_id = 0 ) X-Ref |
| Return the forums last reply id param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2464) return: int Forum's last reply id |
| bbp_forum_last_reply_title( $forum_id = 0 ) X-Ref |
| Output the title of the last reply inside a forum param: int $forum_id Optional. Forum id |
| bbp_get_forum_last_reply_title( $forum_id = 0 ) X-Ref |
| Return the title of the last reply inside a forum param: int $forum_id Optional. Forum id return: string |
| bbp_forum_last_reply_permalink( $forum_id = 0 ) X-Ref |
| Output the link to the last reply in a forum param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2464) |
| bbp_get_forum_last_reply_permalink( $forum_id = 0 ) X-Ref |
| Return the link to the last reply in a forum param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2464) return: string Permanent link to the forum's last reply |
| bbp_forum_last_reply_url( $forum_id = 0 ) X-Ref |
| Output the url to the last reply in a forum param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2683) |
| bbp_get_forum_last_reply_url( $forum_id = 0 ) X-Ref |
| Return the url to the last reply in a forum param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2683) return: string Paginated URL to latest reply |
| bbp_forum_last_reply_author_id( $forum_id = 0 ) X-Ref |
| Output author ID of last reply of forum param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2625) |
| bbp_get_forum_last_reply_author_id( $forum_id = 0 ) X-Ref |
| Return author ID of last reply of forum param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2625) return: int Forum's last reply author id |
| bbp_forum_last_reply_author_link( $forum_id = 0 ) X-Ref |
| Output link to author of last reply of forum param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2625) |
| bbp_get_forum_last_reply_author_link( $forum_id = 0 ) X-Ref |
| Return link to author of last reply of forum param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2625) return: string Link to author of last reply of forum |
| bbp_forum_topics_link( $forum_id = 0 ) X-Ref |
| Output the topics link of the forum param: int $forum_id Optional. Topic id since: 2.0.0 bbPress (r2883) |
| bbp_get_forum_topics_link( $forum_id = 0 ) X-Ref |
| Return the topics link of the forum param: int $forum_id Optional. Topic id since: 2.0.0 bbPress (r2883) |
| bbp_forum_subforum_count( $forum_id = 0, $integer = false ) X-Ref |
| Output total sub-forum count of a forum param: int $forum_id Optional. Forum id to check param: boolean $integer Optional. Whether or not to format the result since: 2.0.0 bbPress (r2464) |
| bbp_get_forum_subforum_count( $forum_id = 0, $integer = false ) X-Ref |
| Return total subforum count of a forum param: int $forum_id Optional. Forum id param: boolean $integer Optional. Whether or not to format the result since: 2.0.0 bbPress (r2464) return: int Forum's subforum count |
| bbp_forum_topic_count( $forum_id = 0, $total_count = true, $integer = false ) X-Ref |
| Output total topic count of a forum param: int $forum_id Optional. Forum id param: bool $total_count Optional. To get the total count or normal count? param: boolean $integer Optional. Whether or not to format the result since: 2.0.0 bbPress (r2464) |
| bbp_get_forum_topic_count( $forum_id = 0, $total_count = true, $integer = false ) X-Ref |
| Return total topic count of a forum param: int $forum_id Optional. Forum id param: bool $total_count Optional. To get the total count or normal param: boolean $integer Optional. Whether or not to format the result since: 2.0.0 bbPress (r2464) return: int Forum topic count |
| bbp_forum_reply_count( $forum_id = 0, $total_count = true, $integer = false ) X-Ref |
| Output total reply count of a forum param: int $forum_id Optional. Forum id param: bool $total_count Optional. To get the total count or normal count? param: boolean $integer Optional. Whether or not to format the result since: 2.0.0 bbPress (r2464) |
| bbp_get_forum_reply_count( $forum_id = 0, $total_count = true, $integer = false ) X-Ref |
| Return total post count of a forum param: int $forum_id Optional. Forum id param: bool $total_count Optional. To get the total count or normal param: boolean $integer Optional. Whether or not to format the result since: 2.0.0 bbPress (r2464) return: int Forum reply count |
| bbp_forum_post_count( $forum_id = 0, $total_count = true, $integer = false ) X-Ref |
| Output total post count of a forum param: int $forum_id Optional. Forum id param: bool $total_count Optional. To get the total count or normal count? param: boolean $integer Optional. Whether or not to format the result since: 2.0.0 bbPress (r2954) |
| bbp_get_forum_post_count( $forum_id = 0, $total_count = true, $integer = false ) X-Ref |
| Return total post count of a forum param: int $forum_id Optional. Forum id param: bool $total_count Optional. To get the total count or normal param: boolean $integer Optional. Whether or not to format the result since: 2.0.0 bbPress (r2954) return: int Forum post count |
| bbp_forum_topic_count_hidden( $forum_id = 0, $total_count = true, $integer = null ) X-Ref |
| Output total hidden topic count of a forum (hidden includes trashed, spammed, and pending topics) param: int $forum_id Optional. Forum id param: bool $total_count Optional. To get the total count or normal count? param: boolean $integer Optional. Whether or not to format the result since: 2.0.0 bbPress (r2883) since: 2.6.0 bbPress (r6922) Changed function signature to add total counts |
| bbp_get_forum_topic_count_hidden( $forum_id = 0, $total_count = true, $integer = null ) X-Ref |
| Return total hidden topic count of a forum (hidden includes trashed, spammed and pending topics) param: int $forum_id Optional. Forum id param: bool $total_count Optional. To get the total count or normal count? param: boolean $integer Optional. Whether or not to format the result since: 2.0.0 bbPress (r2883) since: 2.6.0 bbPress (r6922) Changed function signature to add total counts return: int Topic hidden topic count |
| bbp_forum_reply_count_hidden( $forum_id = 0, $total_count = true, $integer = false ) X-Ref |
| Output total hidden reply count of a forum (hidden includes trashed, spammed, and pending replies) param: int $forum_id Optional. Forum id param: bool $total_count Optional. To get the total count or normal count? param: boolean $integer Optional. Whether or not to format the result since: 2.6.0 bbPress (r6922) |
| bbp_get_forum_reply_count_hidden( $forum_id = 0, $total_count = true, $integer = false ) X-Ref |
| Return total hidden reply count of a forum (hidden includes trashed, spammed and pending replies) param: int $forum_id Optional. Forum id param: bool $total_count Optional. To get the total count or normal param: boolean $integer Optional. Whether or not to format the result since: 2.6.0 bbPress (r6922) return: int Forum reply count |
| bbp_forum_status( $forum_id = 0 ) X-Ref |
| Output the status of the forum param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2667) |
| bbp_get_forum_status( $forum_id = 0 ) X-Ref |
| Return the status of the forum param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2667) return: string Status of forum |
| bbp_forum_visibility( $forum_id = 0 ) X-Ref |
| Output the visibility of the forum param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2997) |
| bbp_get_forum_visibility( $forum_id = 0 ) X-Ref |
| Return the visibility of the forum param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2997) return: string Status of forum |
| bbp_forum_type( $forum_id = 0 ) X-Ref |
| Output the type of the forum param: int $forum_id Optional. Forum id since: 2.1.0 bbPress (r3563) |
| bbp_get_forum_type( $forum_id = 0 ) X-Ref |
| Return the type of forum (category/forum/etc...) param: int $forum_id Optional. Forum id since: 2.1.0 bbPress (r3563) return: bool Whether the forum is a category or not |
| bbp_is_forum_category( $forum_id = 0 ) X-Ref |
| Is the forum a category? param: int $forum_id Optional. Forum id since: 2.0.0 bbPress (r2746) return: bool Whether the forum is a category or not |
| bbp_is_forum_open( $forum_id = 0, $check_ancestors = true ) X-Ref |
| Is the forum open? param: int $forum_id Optional. Forum id param: bool $check_ancestors Check if the ancestors are open (only since: 2.0.0 bbPress (r2746) return: bool Whether the forum is open or not |
| bbp_is_forum_closed( $forum_id = 0, $check_ancestors = true ) X-Ref |
| Is the forum closed? param: int $forum_id Optional. Forum id param: bool $check_ancestors Check if the ancestors are closed (only since: 2.0.0 bbPress (r2746) return: bool True if closed, false if not |
| bbp_is_forum_status( $forum_id, $status_name, $check_ancestors = true, $operator = 'AND' ) X-Ref |
| Check if the forum status is a specific one, also maybe checking ancestors param: bool $status_name The forum status name to check param: bool $check_ancestors Check the forum ancestors param: string $operator The logical operation to perform. since: 2.6.0 bbPress (r5499) return: bool True if match, false if not |
| bbp_is_forum_public( $forum_id = 0, $check_ancestors = true ) X-Ref |
| Is the forum public? param: int $forum_id Optional. Forum id param: bool $check_ancestors Check if the ancestors are public since: 2.0.0 bbPress (r2997) return: bool True if closed, false if not |
| bbp_is_forum_private( $forum_id = 0, $check_ancestors = true ) X-Ref |
| Is the forum private? param: int $forum_id Optional. Forum id param: bool $check_ancestors Check if the ancestors are private since: 2.0.0 bbPress (r2746) return: bool True if private, false if not |
| bbp_is_forum_hidden( $forum_id = 0, $check_ancestors = true ) X-Ref |
| Is the forum hidden? param: int $forum_id Optional. Forum id param: bool $check_ancestors Check if the ancestors are private (only if since: 2.0.0 bbPress (r2997) return: bool True if hidden, false if not |
| bbp_is_forum_visibility( $forum_id, $status_name, $check_ancestors = true, $operator = 'AND' ) X-Ref |
| Check the forum visibility ID param: int $forum_id Optional. Forum id param: bool $status_name The post status name to check param: bool $check_ancestors Check the forum ancestors param: string $operator The logical operation to perform. since: 2.6.0 bbPress (r5499) return: bool True if match, false if not |
| bbp_forum_author_id( $forum_id = 0 ) X-Ref |
| Output the author ID of the forum param: int $forum_id Optional. Forum id since: 2.1.0 bbPress (r3675) |
| bbp_get_forum_author_id( $forum_id = 0 ) X-Ref |
| Return the author ID of the forum param: int $forum_id Optional. Forum id since: 2.1.0 bbPress (r3675) return: string Author of forum |
| bbp_forum_author_display_name( $forum_id = 0 ) X-Ref |
| Output the author of the forum param: int $forum_id Optional. Forum id since: 2.1.0 bbPress (r3675) |
| bbp_get_forum_author_display_name( $forum_id = 0 ) X-Ref |
| Return the author of the forum param: int $forum_id Optional. Forum id since: 2.1.0 bbPress (r3675) return: string Author of forum |
| bbp_suppress_private_forum_meta( $retval, $forum_id ) X-Ref |
| Replace forum meta details for users that cannot view them. param: string $retval param: int $forum_id since: 2.0.0 bbPress (r3162) return: string |
| bbp_suppress_private_author_link( $author_link = '', $args = array() X-Ref |
| Replace forum author details for users that cannot view them. param: string $author_link param: array $args since: 2.0.0 bbPress (r3162) return: string |
| bbp_forum_class( $forum_id = 0, $classes = array() X-Ref |
| Output the row class of a forum param: int $forum_id Optional. Forum ID. param: array Extra classes you can pass when calling this function since: 2.0.0 bbPress (r2667) |
| bbp_get_forum_class( $forum_id = 0, $classes = array() X-Ref |
| Return the row class of a forum param: int $forum_id Optional. Forum ID param: array Extra classes you can pass when calling this function since: 2.0.0 bbPress (r2667) return: string Row class of the forum |
| bbp_single_forum_description( $args = array() X-Ref |
| Output a fancy description of the current forum, including total topics, total replies, and last activity. param: array $args Arguments passed to alter output since: 2.0.0 bbPress (r2860) |
| bbp_get_single_forum_description( $args = array() X-Ref |
| Return a fancy description of the current forum, including total topics, total replies, and last activity. param: array $args This function supports these arguments: since: 2.0.0 bbPress (r2860) return: string Filtered forum description |
| bbp_form_forum_title() X-Ref |
| Output the value of forum title field since: 2.1.0 bbPress (r3551) |
| bbp_get_form_forum_title() X-Ref |
| Return the value of forum title field since: 2.1.0 bbPress (r3551) return: string Value of forum title field |
| bbp_form_forum_content() X-Ref |
| Output the value of forum content field since: 2.1.0 bbPress (r3551) |
| bbp_get_form_forum_content() X-Ref |
| Return the value of forum content field since: 2.1.0 bbPress (r3551) return: string Value of forum content field |
| bbp_form_forum_moderators() X-Ref |
| Output value of forum moderators field since: 2.6.0 bbPress (r5837) |
| bbp_get_form_forum_moderators() X-Ref |
| Return value of forum moderators field since: 2.6.0 bbPress (r5837) return: string Value of forum mods field |
| bbp_form_forum_parent() X-Ref |
| Output value of forum parent since: 2.1.0 bbPress (r3551) |
| bbp_get_form_forum_parent() X-Ref |
| Return value of forum parent since: 2.1.0 bbPress (r3551) return: string Value of topic content field |
| bbp_form_forum_type() X-Ref |
| Output value of forum type since: 2.1.0 bbPress (r3563) |
| bbp_get_form_forum_type() X-Ref |
| Return value of forum type since: 2.1.0 bbPress (r3563) return: string Value of topic content field |
| bbp_form_forum_visibility() X-Ref |
| Output value of forum visibility since: 2.1.0 bbPress (r3563) |
| bbp_get_form_forum_visibility() X-Ref |
| Return value of forum visibility since: 2.1.0 bbPress (r3563) return: string Value of topic content field |
| bbp_form_forum_subscribed() X-Ref |
| Output checked value of forum subscription since: 2.5.0 bbPress (r5156) |
| bbp_get_form_forum_subscribed() X-Ref |
| Return checked value of forum subscription since: 2.5.0 bbPress (r5156) return: string Checked value of forum subscription |
| bbp_form_forum_type_dropdown( $args = array() X-Ref |
| Output value forum type dropdown param: $args This function supports these arguments: since: 2.1.0 bbPress (r3563) |
| bbp_get_form_forum_type_dropdown( $args = array() X-Ref |
| Return the forum type dropdown param: $args This function supports these arguments: since: 2.1.0 bbPress (r3563) return: string HTML select list for selecting forum type |
| bbp_form_forum_status_dropdown( $args = array() X-Ref |
| Output value forum status dropdown param: $args This function supports these arguments: since: 2.1.0 bbPress (r3563) |
| bbp_get_form_forum_status_dropdown( $args = array() X-Ref |
| Return the forum status dropdown param: $args This function supports these arguments: since: 2.1.0 bbPress (r3563) return: string HTML select list for selecting forum status |
| bbp_form_forum_visibility_dropdown( $args = array() X-Ref |
| Output value forum visibility dropdown param: $args This function supports these arguments: since: 2.1.0 bbPress (r3563) |
| bbp_get_form_forum_visibility_dropdown( $args = array() X-Ref |
| Return the forum visibility dropdown param: $args This function supports these arguments: since: 2.1.0 bbPress (r3563) return: string HTML select list for selecting forum visibility |
| bbp_is_forum_form_post_request() X-Ref |
| Verify if a POST request came from a failed forum attempt. Used to avoid cross-site request forgeries when checking posted forum form content. since: 2.6.0 bbPress (r5558) return: boolean True if is a post request with valid nonce |
| bbp_forum_topics_feed_link( $forum_id = 0 ) X-Ref |
| Output the link for the forum feed param: int $forum_id Optional. Forum ID. since: 2.0.0 bbPress (r3172) |
| bbp_get_forum_topics_feed_link( $forum_id = 0 ) X-Ref |
| Retrieve the link for the forum feed param: int $forum_id Optional. Forum ID. since: 2.0.0 bbPress (r3172) return: string |
| bbp_forum_replies_feed_link( $forum_id = 0 ) X-Ref |
| Output the link for the forum replies feed param: int $forum_id Optional. Forum ID. since: 2.0.0 bbPress (r3172) |
| bbp_get_forum_replies_feed_link( $forum_id = 0 ) X-Ref |
| Retrieve the link for the forum replies feed param: int $forum_id Optional. Forum ID. since: 2.0.0 bbPress (r3172) return: string |
| Generated: Mon Feb 9 01:00:06 2026 | Cross-referenced by PHPXref 0.7.1 |