Functions
Description
bbp_get_user_reply_count()

Return a users reply count

Source: bp-forums/users/options.php:194

bbp_get_user_reply_count_raw()

Return the raw database count of replies by a user

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

bbp_get_user_rewrite_id()

Return the unique ID for user profile rewrite rules

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

bbp_get_user_role()

Return a user’s forums role

Source: bp-forums/users/capabilities.php:109

bbp_get_user_role_map()

Return a map of WordPress roles to Forums roles. Used to automatically grant appropriate Forums roles to WordPress users that wouldn’t already have a role in the forums. Also guarantees WordPress admins get the Keymaster role.

Source: bp-forums/users/capabilities.php:323

bbp_get_user_slug()

Return the single user slug

Source: bp-forums/core/options.php:558

bbp_get_user_subscribe_link()

Return the link to subscribe/unsubscribe from a forum or topic

Source: bp-forums/users/template.php:1081

bbp_get_user_subscribed_forum_ids()

Get a user’s subscribed forum ids

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

bbp_get_user_subscribed_topic_ids()

Get a user’s subscribed topics’ ids

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

bbp_get_user_subscriptions()

Get a user’s subscribed topics

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

bbp_get_user_subscriptions_rewrite_id()

Return the unique ID for user caps rewrite rules

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

bbp_get_user_subscriptions_slug()

Return the single user subscriptions slug

Source: bp-forums/core/options.php:578

bbp_get_user_topic_count()

Return a users reply count

Source: bp-forums/users/options.php:155

bbp_get_user_topic_count_raw()

Return the raw database count of topics by a user

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

bbp_get_user_topic_subscriptions()

Get a user’s subscribed topics

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

bbp_get_user_topics_created_url()

Return the link to the user’s topics

Source: bp-forums/users/template.php:1404

bbp_get_user_topics_rewrite_id()

Return the unique ID for user topics rewrite rules

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

bbp_get_user_topics_started()

Get the topics that a user created

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

bbp_get_version()

Return the Forums version

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

bbp_get_view_all()

If current user can and is vewing all topics/replies

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

bbp_get_view_id()

Get the view id

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

bbp_get_view_query_args()

Return the view’s query arguments

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

bbp_get_view_rewrite_id()

Return the unique ID for topic view rewrite rules

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

bbp_get_view_slug()

Return the topic view slug

Source: bp-forums/core/options.php:588

bbp_get_view_title()

Get the view name aka title

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

bbp_get_view_url()

Return the view url

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

bbp_get_views()

Get the registered views

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

bbp_get_wp_login_action()

Return the login form action url

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

bbp_get_wp_roles()

Get the $wp_roles global without needing to declare it everywhere

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

bbp_group_forums_root_id()

Output the grop forums root parent forum id

Source: bp-forums/core/options.php:393

bbp_group_is_admin()

Is the current user an admin of the current group

Source: bp-forums/functions.php:575

bbp_group_is_banned()

Is the current user banned from the current group

Source: bp-forums/functions.php:668

bbp_group_is_creator()

Is the current user the creator of the current group

Source: bp-forums/functions.php:699

bbp_group_is_member()

Is the current user a member of the current group

Source: bp-forums/functions.php:637

bbp_group_is_mod()

Is the current user a moderator of the current group

Source: bp-forums/functions.php:606

bbp_has_errors()

Check if error messages exist in queue

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

bbp_has_forum_thumbnail()

Check if given forum has thumbnail available

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

bbp_has_forums()

The main forum loop.

Source: bp-forums/forums/template.php:123

bbp_has_replies()

The main reply loop. WordPress makes this easy for us

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

bbp_has_search_results()

The main search loop. WordPress does the heavy lifting.

Source: bp-forums/search/template.php:40

bbp_has_topics()

The main topic loop. WordPress makes this easy for us

Source: bp-forums/topics/template.php:149

bbp_head()

Add our custom head action to wp_head

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

bbp_hide_forum()

Mark the forum as hidden

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

bbp_include_root_slug()

Are we including the root slug in front of forum pages?

Source: bp-forums/core/options.php:462

bbp_includes()

Include files

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

bbp_init()

Initialize any code after everything has been loaded

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

bbp_insert_forum()

A wrapper for wp_insert_post() that also includes the necessary meta values for the forum to function properly.

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

bbp_insert_reply()

A wrapper for wp_insert_post() that also includes the necessary meta values for the reply to function properly.

Source: bp-forums/replies/functions.php:28

bbp_insert_topic()

A wrapper for wp_insert_post() that also includes the necessary meta values for the topic to function properly.

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

bbp_is_activation()

Determine if Forums is being activated

Source: bp-forums/core/update.php:51