Functions |
Description |
|---|---|
| bp_get_repeater_clone_field_ids_all() |
Return ids of all field sets repeated instances. |
| bp_get_repeater_clone_field_ids_subset() |
Return ids of one field sets repeated instances. |
| bp_get_repeater_template_field_ids() |
Return repeater template field ids |
| bp_get_request() |
The main action used for handling theme-side GET requests. |
| bp_get_requested_url() |
Return the URL as requested on the current page load by the user agent. |
| bp_get_root_blog_id() |
Get the ID of the root blog. |
| bp_get_root_domain() |
Return the “root domain”, the URL of the BP root blog. |
| bp_get_root_slug() |
Get the root slug for given component. |
| bp_get_search_default_text() |
Return the default text for the search box for a given component. |
| bp_get_search_input_name() |
Get the ‘name’ attribute for the search form input element. |
| bp_get_search_placeholder() |
Get the placeholder text for the search box for a given component. |
| bp_get_search_slug() |
Return the search slug. |
| bp_get_search_user_fields() |
Returns array of search field labels. |
| bp_get_send_message_button() |
Generate the ‘Message’ button for member profile headers. |
| bp_get_send_private_message_link() |
Generate the URL for the Private Message link in member profile headers. |
| bp_get_send_public_message_button() |
Return button for sending a public message (an @-mention). |
| bp_get_send_public_message_link() |
Return the public message link for the displayed user. |
| bp_get_settings_root_slug() |
Return the settings component root slug. |
| bp_get_settings_slug() |
Return the settings component slug. |
| bp_get_signup_allowed() |
Is user signup allowed? |
| bp_get_signup_avatar() |
Get the user avatar during signup. |
| bp_get_signup_avatar_dir_value() |
Get the avatar dir used during signup. |
| bp_get_signup_blog_privacy_value() |
Get the ‘signup_blog_privacy’ value submitted at signup. |
| bp_get_signup_blog_title_value() |
Get the ‘signup_blog_title’ value submitted at signup. |
| bp_get_signup_blog_url_value() |
Get the ‘signup_blog_url’ value submitted at signup. |
| bp_get_signup_confirm_email_value() |
Get the confirm email address submitted during signup. |
| bp_get_signup_email_value() |
Get the email address submitted during signup. |
| bp_get_signup_page() |
Get the URL to the signup page. |
| bp_get_signup_slug() |
Return the sign-up slug. |
| bp_get_signup_username_value() |
Get the username submitted during signup. |
| bp_get_signup_with_blog_value() |
Get the ‘signup_with_blog’ value submitted during signup. |
| bp_get_site_name() |
Returns the name of the BP site. Used in RSS headers. |
| bp_get_sitewide_activity_feed_link() |
Returns the sitewide activity feed link. |
| bp_get_taxonomy_term_site_id() |
Gets the ID of the site that BP should use for taxonomy term storage. |
| bp_get_template_locations() |
Get the possible subdirectories to check for templates in. |
| bp_get_template_part() |
Get a BuddyPress template part for display in a theme. |
| bp_get_template_stack() |
Get the “template stack”, a list of registered directories where templates can be found. |
| bp_get_term_by() |
Get term data for terms in BuddyPress taxonomies. |
| bp_get_the_body_class() |
Customize the body class, according to the currently displayed BP content. |
| bp_get_the_message_star_action_link() |
Return the link or raw URL for starring or unstarring a message. |
| bp_get_the_message_thread_mark_read_url() |
Return the URL used for marking a single message thread as read. |
| bp_get_the_message_thread_mark_unread_url() |
Return the URL used for marking a single message thread as unread. |
| bp_get_the_notification_action_links() |
Return the action links for the current notification. |
| bp_get_the_notification_component_action() |
Return the name of the action associated with the notification currently being iterated on. |
| bp_get_the_notification_component_name() |
Return the name of the component associated with the notification currently being iterated on. |
| bp_get_the_notification_date_notified() |
Return the timestamp of the current notification. |
| bp_get_the_notification_delete_link() |
Return the delete link for the current notification. |
| bp_get_the_notification_delete_url() |
Return the URL used for deleting a single notification. |
| bp_get_the_notification_description() |
Get full-text description for a specific notification. |
| bp_get_the_notification_id() |
Return the ID of the notification currently being iterated on. |