Functions |
Description |
---|---|
bbp_map_meta_caps() |
Maps forum/topic/reply caps to built in WordPress caps |
bbp_map_primary_meta_caps() |
Maps primary capabilities |
bbp_map_reply_meta_caps() |
Maps topic capabilities |
bbp_map_topic_meta_caps() |
Maps topic capabilities |
bbp_map_topic_tag_meta_caps() |
Maps topic tag capabilities |
bbp_maybe_admin_setting_disabled() |
Disable a settings field if the value is forcibly set in Forums’ global options array. |
bbp_maybe_get_root_slug() |
Maybe return the root slug, based on whether or not it’s included in the url |
bbp_member_forums_favorites_content() |
Get the topics favorited template part |
bbp_member_forums_replies_content() |
Get the topics replied to template part |
bbp_member_forums_screen_favorites() |
Hook Forums favorites template into plugins template |
bbp_member_forums_screen_replies() |
Hook Forums replies template into plugins template |
bbp_member_forums_screen_subscriptions() |
Hook Forums subscriptions template into plugins template |
bbp_member_forums_screen_topics() |
Hook Forums topics template into plugins template |
bbp_member_forums_subscriptions_content() |
Get the topics subscribed template part |
bbp_member_forums_topics_content() |
Get the topics created template part |
bbp_mention_filter() |
Finds and links @-mentioned users in the content |
bbp_merge_topic_count() |
Fix counts on topic merge |
bbp_merge_topic_form_fields() |
Merge topic form fields |
bbp_merge_topic_handler() |
Merge topic handler |
bbp_move_reply_count() |
Fix counts on reply move |
bbp_move_reply_form_fields() |
Move reply form fields |
bbp_move_reply_handler() |
Move reply handler |
bbp_move_topic_handler() |
Handle the moving of a topic from one forum to another. This includes walking up the old and new branches and updating the counts. |
bbp_new_converter() |
This is a function that is purposely written to look like a “new” statement. |
bbp_new_forum_handler() |
Handles the front end forum submission |
bbp_new_reply_handler() |
Handles the front end reply submission |
bbp_new_site() |
When a new site is created in a multisite installation, run the activation routine on that site |
bbp_new_topic_handler() |
Handles the front end topic submission |
bbp_normalize_forum() |
Remove the category status from a forum |
bbp_notice_edit_user_is_super_admin() |
Super admin privileges notice |
bbp_notice_edit_user_success() |
Edit profile success message |
bbp_notify_forum_subscribers() |
Sends notification emails for new topics to subscribed forums |
bbp_notify_subscribers() |
Sends notification emails for new replies to subscribed topics |
bbp_notify_topic_subscribers() |
Sends notification emails for new replies to subscribed topics |
bbp_number_format() |
A Forums specific method of formatting numeric values |
bbp_number_format_i18n() |
A Forums specific method of formatting numeric values |
bbp_open_forum() |
Opens a forum |
bbp_open_topic() |
Opens a topic |
bbp_parse_args() |
Merge user defined arguments into defaults array. |
bbp_parse_query() |
Add checks for Forums conditions to parse_query action |
bbp_past_edit_lock() |
Check the date against the _bbp_edit_lock setting. |
bbp_plugin_locale() |
Filter the plugin locale and domain. |
bbp_post_request() |
The main action used for handling theme-side POST requests |
bbp_pre_get_option() |
Filter default options and allow them to be overloaded from inside the $bbp->options array. |
bbp_pre_get_posts_normalize_forum_visibility() |
Adjusts forum, topic, and reply queries to exclude items that might be contained inside hidden or private forums that the user does not have the capability to view. |
bbp_privatize_forum() |
Mark the forum as private |
bbp_profile_update() |
The main action for hooking into when a user account is updated |
bbp_profile_update_role() |
Helper function hooked to ‘bbp_profile_update’ action to save or update user roles and capabilities. |
bbp_publicize_forum() |
Mark the forum as public |
bbp_query_post_parent__in() |
Adds ability to include or exclude specific post_parent ID’s |