Functions |
Description |
---|---|
bbp_reply_content_autoembed() |
Check if autoembeds are enabled and hook them in if so |
bbp_reply_content_autoembed_paragraph() |
Add oembed to forum reply. |
bbp_reply_edit_link() |
Output the edit link of the reply |
bbp_reply_edit_url() |
Output URL to the reply edit page |
bbp_reply_excerpt() |
Output the excerpt of the reply |
bbp_reply_form_fields() |
Output the required hidden fields when creating/editing a reply |
bbp_reply_forum_id() |
Output the forum id a reply belongs to |
bbp_reply_id() |
Output reply id |
bbp_reply_metabox() |
Reply metabox |
bbp_reply_move_link() |
Move reply link |
bbp_reply_permalink() |
Output the link to the reply in the reply loop |
bbp_reply_position() |
Output the numeric position of a reply within a topic |
bbp_reply_post_date() |
Output the post date and time of a reply |
bbp_reply_post_type() |
Return the unique id of the custom post type for replies |
bbp_reply_revision_log() |
Output the revision log of the reply |
bbp_reply_spam_link() |
Output the spam link of the reply |
bbp_reply_status() |
Output the status of the reply |
bbp_reply_title() |
Output the title of the reply |
bbp_reply_to() |
Output the reply to id of a reply |
bbp_reply_to_link() |
Output the link for the reply to |
bbp_reply_topic_id() |
Output the topic id a reply belongs to |
bbp_reply_topic_title() |
Output the topic title a reply belongs to |
bbp_reply_trash_link() |
Output the trash link of the reply |
bbp_reply_url() |
Output the paginated url to the reply in the reply loop |
bbp_request() |
Piggy back filter for WordPress’s ‘request’ filter |
bbp_request_feed_trap() |
This function is hooked into the WordPress ‘request’ action and is responsible for sniffing out the query vars and serving up RSS2 feeds if the stars align and the user has requested a feed of any Forums type. |
bbp_reset_query_name() |
Used to clear the ‘_bbp_query_name’ setting |
bbp_restore_all_filters() |
Restores filters from the $bbp global that were removed using bbp_remove_all_filters() |
bbp_restore_caps_from_wp_roles() |
Restore forum capabilities from WP roles |
bbp_roles_init() |
Initialize roles |
bbp_sanitize_displayed_user_field() |
Sanitize displayed user data, when viewing and editing any user. |
bbp_sanitize_search_request() |
Sanitize a query argument used to pass some search terms. |
bbp_sanitize_slug() |
Sanitize permalink slugs when saving the settings page. |
bbp_sanitize_val() |
Echo sanitized $_REQUEST value. |
bbp_save_forum_extras() |
Handle the saving of core forum metadata (Status, Visibility, and Type) |
bbp_search_pagination_count() |
Output the search result pagination count |
bbp_search_pagination_links() |
Output search pagination links |
bbp_search_query() |
Run the search query |
bbp_search_results() |
Whether there are more search results available in the loop |
bbp_search_results_redirect() |
Redirect to search results page if needed |
bbp_search_results_url() |
Output the search results url |
bbp_search_terms() |
Output the search terms |
bbp_search_title() |
Output the search page title |
bbp_search_url() |
Output the search url |
bbp_set_404() |
Sets the 404 status. |
bbp_set_current_anonymous_user_data() |
Set the cookies for current poster (uses WP comment cookies) |
bbp_set_current_user_default_role() |
Add the default role to the current user if needed |
bbp_set_platform_tab_submenu_active() |
Highlights the submenu item using WordPress native styles. |
bbp_set_query_name() |
Set the ‘_bbp_query_name’ setting to $name |
bbp_set_template_included() |
Set the included template |