Functions
Description
bbp_encode_normal_callback()

Callback to replace normal HTML tags in a content string

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

bbp_enqueue_script()

Enqueue a script from the highest priority location in the template stack.

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

bbp_enqueue_scripts()

Enqueue Forums specific CSS and JS

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

bbp_enqueue_style()

Enqueue a script from the highest priority location in the template stack.

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

bbp_exclude_forum_ids()

Returns a meta_query that either includes or excludes hidden forum IDs from a query.

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

bbp_favorites_handler()

Handles the front end adding and removing of favorite topics

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

bbp_favorites_permalink()

Output the link to the user’s favorites page (profile page)

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

bbp_filter_anonymous_post_data()

Filter anonymous post data

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

bbp_filter_blog_editable_roles()

Removes the Forums roles from the editable roles array

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

bbp_filter_get_user_option()

Filter default options and allow them to be overloaded from inside the $bbp->user_options array.

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

bbp_filter_is_single_user()

Filter the Forums is_single_user function with BuddyBoss equivalent

Source: bp-forums/functions.php:84

bbp_filter_is_user_home()

Filter the Forums is_user_home function with BuddyBoss equivalent

Source: bp-forums/functions.php:101

bbp_filter_kses()

Custom kses filter for forum topics and replies, for filtering incoming data

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

bbp_filter_modify_page_title()

Add the topic title to the title if viewing a single group forum topic

Source: bp-forums/functions.php:120

bbp_filter_notifications_get_registered_components()

Filter registered notifications components, and add ‘forums’ to the queried ‘component_name’ array.

Source: bp-forums/notifications.php:13

bbp_filter_sample_permalink()

Filter sample permalinks so that certain languages display properly.

Source: bp-forums/admin/functions.php:131

bbp_filter_user_id()

Filter the current Forums user ID with the current BuddyBoss user ID

Source: bp-forums/functions.php:48

bbp_filter_user_roles_option()

Helper function to add filter to option_wp_user_roles

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

bbp_find_mentions()

Searches through the content to locate usernames, designated by an @ sign.

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

bbp_find_mentions_pattern()

Set the pattern used for matching usernames for mentions.

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

bbp_fix_forums_media()

Fix forums media

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

bbp_fix_post_author()

Fix post author id on post save

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

bbp_footer()

Add our custom head action to wp_head

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

bbp_force_comment_status()

Force comments_status to ‘closed’ for Forums post types

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

bbp_form_forum_content()

Output the value of forum content field

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

bbp_form_forum_parent()

Output value of forum parent

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

bbp_form_forum_status_dropdown()

Output value forum status dropdown

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

bbp_form_forum_subscribed()

Output checked value of forum subscription

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

bbp_form_forum_title()

Output the value of forum title field

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

bbp_form_forum_type()

Output value of forum type

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

bbp_form_forum_type_dropdown()

Output value forum type dropdown

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

bbp_form_forum_visibility()

Output value of forum visibility

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

bbp_form_forum_visibility_dropdown()

Output value forum visibility dropdown

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

bbp_form_option()

Output settings API option

Source: bp-forums/admin/settings.php:1597

bbp_form_reply_content()

Output the value of reply content field

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

bbp_form_reply_edit_reason()

Output the value of the reply edit reason

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

bbp_form_reply_log_edit()

Output checked value of reply log edit field

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

bbp_form_reply_to()

Output the value of the reply to field

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

bbp_form_slug_conflict_check()

Used to check if a Forums slug conflicts with an existing known slug.

Source: bp-forums/admin/settings.php:1646

bbp_form_topic_content()

Output the value of topic content field

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

bbp_form_topic_edit_reason()

Output the value of the topic edit reason

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

bbp_form_topic_forum()

Output value of topic forum

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

bbp_form_topic_log_edit()

Output checked value of topic log edit field

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

bbp_form_topic_status_dropdown()

Output value topic status dropdown

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

bbp_form_topic_subscribed()

Output checked value of topic subscription

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

bbp_form_topic_tags()

Output value of topic tags field

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

bbp_form_topic_title()

Output the value of topic title field

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

bbp_form_topic_type_dropdown()

Displays topic type select box (normal/sticky/super sticky)

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

bbp_format_buddypress_notifications()

Format the BuddyBar/Toolbar notifications

Source: bp-forums/notifications.php:41

bbp_format_revision_reason()

Formats the reason for editing the topic/reply.

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