Functions |
Description |
---|---|
bbp_current_anonymous_user_data() |
Echoes the values for current poster (uses WP comment cookies) |
bbp_current_author_ip() |
Get the poster IP address |
bbp_current_author_ua() |
Get the poster user agent |
bbp_current_user_avatar() |
Output avatar of current user |
bbp_current_user_can_access_anonymous_user_form() |
Performs a series of checks to ensure the current user should see the anonymous user form fields. |
bbp_current_user_can_access_create_forum_form() |
Performs a series of checks to ensure the current user can create forums. |
bbp_current_user_can_access_create_reply_form() |
Performs a series of checks to ensure the current user can create replies. |
bbp_current_user_can_access_create_topic_form() |
Performs a series of checks to ensure the current user can create topics. |
bbp_current_user_can_publish_forums() |
Check if the current user can publish forums |
bbp_current_user_can_publish_replies() |
Check if the current user can publish replies |
bbp_current_user_can_publish_topics() |
Check if the current user can publish topics |
bbp_current_user_id() |
Output ID of current user |
bbp_current_user_name() |
Output name of current user |
bbp_dashboard_widget_right_now() |
Forums Dashboard Right Now Widget |
bbp_db_version() |
Output the Forums database version |
bbp_db_version_raw() |
Output the Forums database version directly from the database |
bbp_deactivation() |
Runs on Forums deactivation |
bbp_decode_callback() |
Callback to decode the tags in topic or reply content |
bbp_delete_forum() |
Called before deleting a forum. |
bbp_delete_forum_topics() |
Delete all topics (and their replies) for a specific forum ID |
bbp_delete_options() |
Delete default options |
bbp_delete_reply() |
Called before deleting a reply |
bbp_delete_rewrite_rules() |
Delete a blogs rewrite rules, so that they are automatically rebuilt on the subsequent page load. |
bbp_delete_topic() |
Called before deleting a topic. |
bbp_delete_user_options() |
Delete default user options |
bbp_deleted_forum() |
Called after deleting a forum |
bbp_deleted_reply() |
Called after deleting a reply |
bbp_deleted_topic() |
Called after deleting a topic |
bbp_deregister_template_stack() |
Deregisters a previously registered template stack location. |
bbp_deregister_view() |
Deregister a Forums view |
bbp_display_replies_feed_rss2() |
Output an RSS2 feed of replies, based on the query passed. |
bbp_display_topics_feed_rss2() |
Output an RSS2 feed of topics, based on the query passed. |
bbp_displayed_user_field() |
Output a sanitized user field value |
bbp_displayed_user_id() |
Output ID of displayed user |
bbp_do_ajax() |
Hooked to the ‘bbp_template_redirect’ action, this is Forums’ custom theme-side ajax handler. |
bbp_do_uninstall() |
Uninstall all Forums options and capabilities from a specific site. |
bbp_dropdown() |
Output a select box allowing to pick which forum/topic a new topic/reply belongs in. |
bbp_dummy_role_names() |
Dummy gettext calls to get strings in the catalog. |
bbp_edit_forum_handler() |
Handles the front end edit forum submission |
bbp_edit_reply_handler() |
Handles the front end edit reply submission |
bbp_edit_topic_handler() |
Handles the front end edit topic submission |
bbp_edit_topic_tag_handler() |
Handles the front end tag management (renaming, merging, destroying) |
bbp_edit_user_blog_role() |
Output blog role selector (for user edit) |
bbp_edit_user_contact_methods() |
Return user contact methods Selectbox |
bbp_edit_user_display_name() |
Drop down for selecting the user’s display name |
bbp_edit_user_form_fields() |
Output the required hidden fields when editing a user |
bbp_edit_user_forums_role() |
Output forum role selector (for user edit) |
bbp_encode_bad() |
Filter the content and encode any bad HTML tags |
bbp_encode_callback() |
Callback to encode the tags in topic or reply content |
bbp_encode_empty_callback() |
Callback to replace empty HTML tags in a content string |