Functions |
Description |
---|---|
bbp_ready() |
Forums has loaded and initialized everything, and is okay to go |
bbp_redirect_canonical() |
Remove the canonical redirect to allow pretty pagination |
bbp_redirect_to_field() |
Output hidden request URI field for user forms. |
bbp_register() |
Register any objects before anything is initialized |
bbp_register_admin_settings() |
Dedicated action to register admin settings |
bbp_register_admin_style() |
Dedicated action to register admin styles |
bbp_register_importers() |
Dedicated action to register Forums importers |
bbp_register_post_statuses() |
Setup the post statuses |
bbp_register_post_types() |
Setup the post types |
bbp_register_shortcodes() |
Register the default Forums shortcodes |
bbp_register_taxonomies() |
Register the built in Forums taxonomies |
bbp_register_template_stack() |
This is really cool. This function registers a new template stack location, using WordPress’s built in filters API. |
bbp_register_theme_package() |
Register a new Forums theme package to the active theme packages array |
bbp_register_theme_packages() |
The main action used for executing code before the theme has been setup |
bbp_register_view() |
Register a Forums view |
bbp_register_views() |
Register the default Forums views |
bbp_rel_nofollow() |
Catches links so rel=nofollow can be added (on output, not save) |
bbp_rel_nofollow_callback() |
Adds rel=nofollow to a link |
bbp_remove_adjacent_posts() |
Remove “prev” and “next” relational links from on bbPress pages. |
bbp_remove_all_filters() |
Removes all filters from a WordPress filter, and stashes them in the $bbp global in the event they need to be restored later. |
bbp_remove_caps() |
Removes capabilities from WordPress user roles. |
bbp_remove_forum_from_all_subscriptions() |
Remove a deleted forum from all users’ subscriptions |
bbp_remove_forum_id_from_all_groups() |
Remove a forum from all groups |
bbp_remove_forum_id_from_group() |
Remove a forum from a group |
bbp_remove_group_id_from_all_forums() |
Remove a group from aall forums |
bbp_remove_group_id_from_forum() |
Remove a group from a forum |
bbp_remove_roles() |
Removes Forums-specific user roles. |
bbp_remove_topic_from_all_favorites() |
Remove a deleted topic from all users’ favorites |
bbp_remove_topic_from_all_subscriptions() |
Remove a deleted topic from all users’ subscriptions |
bbp_remove_user_favorite() |
Remove a topic from user’s favorites |
bbp_remove_user_forum_subscription() |
Remove a forum from user’s subscriptions |
bbp_remove_user_subscription() |
Remove a topic from user’s subscriptions |
bbp_remove_user_topic_subscription() |
Remove a topic from user’s subscriptions |
bbp_remove_view_all() |
Remove ‘view=all’ from query string |
bbp_repair_forum_visibility() |
Recaches the private and hidden forums |
bbp_replies() |
Whether there are more replies available in the loop |
bbp_reply_admin_links() |
Output admin links for reply |
bbp_reply_ancestor_id() |
Output the reply’s ancestor reply id |
bbp_reply_attributes_meta_box_discussion_reply_title() |
Set the ID if title is blank. |
bbp_reply_author() |
Deprecated. Use bbp_reply_author_display_name() instead. |
bbp_reply_author_avatar() |
Output the author avatar of the reply |
bbp_reply_author_display_name() |
Output the author display_name of the reply |
bbp_reply_author_email() |
Output the reply author email address |
bbp_reply_author_id() |
Output the author ID of the reply |
bbp_reply_author_link() |
Output the author link of the reply |
bbp_reply_author_role() |
Output the reply author role |
bbp_reply_author_url() |
Output the author url of the reply |
bbp_reply_class() |
Output the row class of a reply |
bbp_reply_content() |
Output the content of the reply |
bbp_reply_content_append_revisions() |
Append revisions to the reply content |