Functions
Description
bp_get_repeater_clone_field_ids_all()

Return ids of all field sets repeated instances.

Source: bp-xprofile/bp-xprofile-repeaters.php:118

bp_get_repeater_clone_field_ids_subset()

Return ids of one field sets repeated instances.

Source: bp-xprofile/bp-xprofile-repeaters.php:62

bp_get_repeater_template_field_ids()

Return repeater template field ids

Source: bp-xprofile/bp-xprofile-repeaters.php:30

bp_get_request()

The main action used for handling theme-side GET requests.

Source: bp-core/bp-core-dependency.php:749

bp_get_requested_url()

Return the URL as requested on the current page load by the user agent.

Source: bp-core/bp-core-catchuri.php:1010

bp_get_root_blog_id()

Get the ID of the root blog.

Source: bp-core/bp-core-functions.php:2005

bp_get_root_domain()

Return the “root domain”, the URL of the BP root blog.

Source: bp-core/bp-core-template.php:1437

bp_get_root_slug()

Get the root slug for given component.

Source: bp-core/bp-core-template.php:1497

bp_get_search_default_text()

Return the default text for the search box for a given component.

Source: bp-core/bp-core-template.php:687

bp_get_search_input_name()

Get the ‘name’ attribute for the search form input element.

Source: bp-core/bp-core-template.php:621

bp_get_search_placeholder()

Get the placeholder text for the search box for a given component.

Source: bp-core/bp-core-template.php:655

bp_get_search_slug()

Return the search slug.

Source: bp-core/bp-core-template.php:1603

bp_get_search_user_fields()

Returns array of search field labels.

Source: bp-search/bp-search-functions.php:505

bp_get_send_message_button()

Generate the ‘Message’ button for member profile headers.

Source: bp-messages/bp-messages-template.php:1444

bp_get_send_private_message_link()

Generate the URL for the Private Message link in member profile headers.

Source: bp-messages/bp-messages-template.php:1377

bp_get_send_public_message_button()

Return button for sending a public message (an @-mention).

Source: bp-core/deprecated/buddyboss/1.0.php:296

bp_get_send_public_message_link()

Return the public message link for the displayed user.

Source: bp-activity/bp-activity-template.php:3229

bp_get_settings_root_slug()

Return the settings component root slug.

Source: bp-settings/bp-settings-template.php:54

bp_get_settings_slug()

Return the settings component slug.

Source: bp-settings/bp-settings-template.php:27

bp_get_signup_allowed()

Is user signup allowed?

Source: bp-members/bp-members-template.php:2560

bp_get_signup_avatar()

Get the user avatar during signup.

Source: bp-members/bp-members-template.php:2481

bp_get_signup_avatar_dir_value()

Get the avatar dir used during signup.

Source: bp-members/bp-members-template.php:2406

bp_get_signup_blog_privacy_value()

Get the ‘signup_blog_privacy’ value submitted at signup.

Source: bp-members/bp-members-template.php:2375

bp_get_signup_blog_title_value()

Get the ‘signup_blog_title’ value submitted at signup.

Source: bp-members/bp-members-template.php:2342

bp_get_signup_blog_url_value()

Get the ‘signup_blog_url’ value submitted at signup.

Source: bp-members/bp-members-template.php:2275

bp_get_signup_confirm_email_value()

Get the confirm email address submitted during signup.

Source: bp-members/bp-members-template.php:2765

bp_get_signup_email_value()

Get the email address submitted during signup.

Source: bp-members/bp-members-template.php:2211

bp_get_signup_page()

Get the URL to the signup page.

Source: bp-members/bp-members-template.php:2056

bp_get_signup_slug()

Return the sign-up slug.

Source: bp-members/bp-members-template.php:214

bp_get_signup_username_value()

Get the username submitted during signup.

Source: bp-members/bp-members-template.php:2171

bp_get_signup_with_blog_value()

Get the ‘signup_with_blog’ value submitted during signup.

Source: bp-members/bp-members-template.php:2242

bp_get_site_name()

Returns the name of the BP site. Used in RSS headers.

Source: bp-core/bp-core-template.php:356

bp_get_sitewide_activity_feed_link()

Returns the sitewide activity feed link.

Source: bp-activity/bp-activity-template.php:3608

bp_get_taxonomy_term_site_id()

Gets the ID of the site that BP should use for taxonomy term storage.

Source: bp-core/bp-core-taxonomy.php:63

bp_get_template_locations()

Get the possible subdirectories to check for templates in.

Source: bp-core/bp-core-template-loader.php:413

bp_get_template_part()

Get a BuddyPress template part for display in a theme.

Source: bp-core/bp-core-template-loader.php:27

bp_get_template_stack()

Get the “template stack”, a list of registered directories where templates can be found.

Source: bp-core/bp-core-template-loader.php:262

bp_get_term_by()

Get term data for terms in BuddyPress taxonomies.

Source: bp-core/bp-core-taxonomy.php:268

bp_get_the_body_class()

Customize the body class, according to the currently displayed BP content.

Source: bp-core/bp-core-template.php:3535

bp_get_the_message_star_action_link()

Return the link or raw URL for starring or unstarring a message.

Source: bp-messages/bp-messages-star.php:94

bp_get_the_message_thread_mark_read_url()

Return the URL used for marking a single message thread as read.

Source: bp-messages/bp-messages-template.php:455

bp_get_the_message_thread_mark_unread_url()

Return the URL used for marking a single message thread as unread.

Source: bp-messages/bp-messages-template.php:393

bp_get_the_notification_action_links()

Return the action links for the current notification.

Source: bp-notifications/bp-notifications-template.php:887

bp_get_the_notification_component_action()

Return the name of the action associated with the notification currently being iterated on.

Source: bp-notifications/bp-notifications-template.php:412

bp_get_the_notification_component_name()

Return the name of the component associated with the notification currently being iterated on.

Source: bp-notifications/bp-notifications-template.php:385

bp_get_the_notification_date_notified()

Return the timestamp of the current notification.

Source: bp-notifications/bp-notifications-template.php:439

bp_get_the_notification_delete_link()

Return the delete link for the current notification.

Source: bp-notifications/bp-notifications-template.php:783

bp_get_the_notification_delete_url()

Return the URL used for deleting a single notification.

Source: bp-notifications/bp-notifications-template.php:823

bp_get_the_notification_description()

Get full-text description for a specific notification.

Source: bp-notifications/bp-notifications-template.php:506

bp_get_the_notification_id()

Return the ID of the notification currently being iterated on.

Source: bp-notifications/bp-notifications-template.php:304