Functions
Description
bbp_ready()

Forums has loaded and initialized everything, and is okay to go

Source: bp-forums/core/sub-actions.php:294

bbp_redirect_canonical()

Remove the canonical redirect to allow pretty pagination

Source: bp-forums/core/theme-compat.php:829

bbp_redirect_to_field()

Output hidden request URI field for user forms.

Source: bp-forums/common/template.php:1296

bbp_register()

Register any objects before anything is initialized

Source: bp-forums/core/sub-actions.php:111

bbp_register_admin_settings()

Dedicated action to register admin settings

Source: bp-forums/admin/actions.php:185

bbp_register_admin_style()

Dedicated action to register admin styles

Source: bp-forums/admin/actions.php:175

bbp_register_importers()

Dedicated action to register Forums importers

Source: bp-forums/admin/actions.php:165

bbp_register_post_statuses()

Setup the post statuses

Source: bp-forums/core/sub-actions.php:176

bbp_register_post_types()

Setup the post types

Source: bp-forums/core/sub-actions.php:166

bbp_register_shortcodes()

Register the default Forums shortcodes

Source: bp-forums/core/sub-actions.php:206

bbp_register_taxonomies()

Register the built in Forums taxonomies

Source: bp-forums/core/sub-actions.php:186

bbp_register_template_stack()

This is really cool. This function registers a new template stack location, using WordPress’s built in filters API.

Source: bp-forums/core/template-functions.php:261

bbp_register_theme_package()

Register a new Forums theme package to the active theme packages array

Source: bp-forums/core/theme-compat.php:272

bbp_register_theme_packages()

The main action used for executing code before the theme has been setup

Source: bp-forums/core/sub-actions.php:319

bbp_register_view()

Register a Forums view

Source: bp-forums/core/functions.php:155

bbp_register_views()

Register the default Forums views

Source: bp-forums/core/sub-actions.php:196

bbp_rel_nofollow()

Catches links so rel=nofollow can be added (on output, not save)

Source: bp-forums/common/formatting.php:327

bbp_rel_nofollow_callback()

Adds rel=nofollow to a link

Source: bp-forums/common/formatting.php:338

bbp_remove_adjacent_posts()

Remove “prev” and “next” relational links from on bbPress pages.

Source: bp-forums/core/theme-compat.php:1018

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.

Source: bp-forums/core/theme-compat.php:884

bbp_remove_caps()

Removes capabilities from WordPress user roles.

Source: bp-forums/core/capabilities.php:232

bbp_remove_forum_from_all_subscriptions()

Remove a deleted forum from all users’ subscriptions

Source: bp-forums/forums/functions.php:1016

bbp_remove_forum_id_from_all_groups()

Remove a forum from all groups

Source: bp-forums/functions.php:523

bbp_remove_forum_id_from_group()

Remove a forum from a group

Source: bp-forums/functions.php:475

bbp_remove_group_id_from_all_forums()

Remove a group from aall forums

Source: bp-forums/functions.php:501

bbp_remove_group_id_from_forum()

Remove a group from a forum

Source: bp-forums/functions.php:449

bbp_remove_roles()

Removes Forums-specific user roles.

Source: bp-forums/core/capabilities.php:543

bbp_remove_topic_from_all_favorites()

Remove a deleted topic from all users’ favorites

Source: bp-forums/topics/functions.php:2323

bbp_remove_topic_from_all_subscriptions()

Remove a deleted topic from all users’ subscriptions

Source: bp-forums/topics/functions.php:2357

bbp_remove_user_favorite()

Remove a topic from user’s favorites

Source: bp-forums/users/functions.php:365

bbp_remove_user_forum_subscription()

Remove a forum from user’s subscriptions

Source: bp-forums/users/functions.php:1032

bbp_remove_user_subscription()

Remove a topic from user’s subscriptions

Source: bp-forums/users/functions.php:988

bbp_remove_user_topic_subscription()

Remove a topic from user’s subscriptions

Source: bp-forums/users/functions.php:1079

bbp_remove_view_all()

Remove ‘view=all’ from query string

Source: bp-forums/common/functions.php:284

bbp_repair_forum_visibility()

Recaches the private and hidden forums

Source: bp-forums/forums/functions.php:958

bbp_replies()

Whether there are more replies available in the loop

Source: bp-forums/replies/template.php:303

bbp_reply_admin_links()

Output admin links for reply

Source: bp-forums/replies/template.php:1843

bbp_reply_ancestor_id()

Output the reply’s ancestor reply id

Source: bp-forums/replies/template.php:1575

bbp_reply_attributes_meta_box_discussion_reply_title()

Set the ID if title is blank.

Source: bp-forums/common/template.php:1619

bbp_reply_author()

Deprecated. Use bbp_reply_author_display_name() instead.

Source: bp-forums/replies/template.php:1013

bbp_reply_author_avatar()

Output the author avatar of the reply

Source: bp-forums/replies/template.php:1147

bbp_reply_author_display_name()

Output the author display_name of the reply

Source: bp-forums/replies/template.php:1084

bbp_reply_author_email()

Output the reply author email address

Source: bp-forums/replies/template.php:1361

bbp_reply_author_id()

Output the author ID of the reply

Source: bp-forums/replies/template.php:1054

bbp_reply_author_link()

Output the author link of the reply

Source: bp-forums/replies/template.php:1191

bbp_reply_author_role()

Output the reply author role

Source: bp-forums/replies/template.php:1414

bbp_reply_author_url()

Output the author url of the reply

Source: bp-forums/replies/template.php:1317

bbp_reply_class()

Output the row class of a reply

Source: bp-forums/replies/template.php:2410

bbp_reply_content()

Output the content of the reply

Source: bp-forums/replies/template.php:602

bbp_reply_content_append_revisions()

Append revisions to the reply content

Source: bp-forums/replies/template.php:743