Hooks |
Description |
---|---|
bp_get_profile_last_updated |
Filters the formatted string used to display when a profile was last updated. |
bp_get_profile_slug |
Filters the profile component slug. |
bp_get_request |
Fires at the end of the bp_get_request function. |
bp_get_request_{$action} |
Fires at the end of the bp_get_request function. |
bp_get_requested_url |
Filters the URL as requested on the current page load by the user agent. |
bp_get_root_blog_id |
Filters the BuddyPress Root blog ID. |
bp_get_root_domain |
Filters the “root domain”, the URL of the BP root blog. |
bp_get_root_slug |
Filters the root slug for given component. |
bp_get_root_template |
Filters whether or not to override the template being loaded in parent/child themes. |
bp_get_search_default_text |
Filters the default text for the search box for a given component. |
bp_get_search_slug |
Filters the search slug. |
bp_get_send_message_button_args |
Filters the “Private Message” button for member profile headers. |
bp_get_send_private_message_link |
Filters the URL for the Private Message link in member profile headers. |
bp_get_send_public_message_button |
Filters the public message button HTML. |
bp_get_send_public_message_link |
Filters the public message link for the displayed user. |
bp_get_settings_root_slug |
Filters the Settings component root slug. |
bp_get_settings_slug |
Filters the Settings component slug. |
bp_get_signup_allowed |
Filters whether or not new signups are allowed. |
bp_get_signup_avatar |
Filters the user avatar during signup. |
bp_get_signup_avatar_dir_value |
Filters the avatar dir used during signup. |
bp_get_signup_blog_privacy_value |
Filters the ‘signup_blog_privacy’ value submitted during signup. |
bp_get_signup_blog_title_value |
Filters the ‘signup_blog_title’ value submitted during signup. |
bp_get_signup_blog_url_value |
Filters the ‘signup_blog_url’ value submitted during signup. |
bp_get_signup_confirm_email_value |
Filters the confirm email address submitted during signup. |
bp_get_signup_email_value |
Filters the email address submitted during signup. |
bp_get_signup_page |
Filters the URL to the signup page. |
bp_get_signup_slug |
Filters the sign-up slug. |
bp_get_signup_username_value |
Filters the username submitted during signup. |
bp_get_signup_with_blog_value |
Filters the ‘signup_with_blog’ value submitted during signup. |
bp_get_sitewide_activity_feed_link |
Filters the sidewide activity feed link. |
bp_get_taxonomy_term_site_id |
Filters the ID of the site where BP should store taxonomy terms. |
bp_get_template_locations |
Filters the possible subdirectories to check for templates in. |
bp_get_template_part |
Filters the template parts to be loaded. |
bp_get_template_stack |
Filters the “template stack” list of registered directories where templates can be found. |
bp_get_the_body_class |
Filters the BuddyPress classes to be added to body_class() |
bp_get_the_message_star_action_link |
Filters the star action link, including markup. |
bp_get_the_message_star_action_urlonly |
Filters the star action URL for starring / unstarring a message. |
bp_get_the_message_thread_mark_read_url |
Filters the URL used for marking a single message thread as read. |
bp_get_the_message_thread_mark_unread_url |
Filters the URL used for marking a single message thread as unread. |
bp_get_the_notification_action_links |
Filters the action links for the current notification. |
bp_get_the_notification_component_action |
Filters the name of the action associated with the notification currently being iterated on. |
bp_get_the_notification_component_name |
Filters the name of the component associated with the notification currently being iterated on. |
bp_get_the_notification_date_notified |
Filters the timestamp of the current notification. |
bp_get_the_notification_delete_link |
Filters the delete link for the current notification. |
bp_get_the_notification_delete_url |
Filters the URL used for deleting a single notification. |
bp_get_the_notification_description |
Filters the full-text description for a specific notification. |
bp_get_the_notification_id |
Filters the ID of the notification currently being iterated on. |
bp_get_the_notification_item_id |
Filters the associated item ID of the notification currently being iterated on. |
bp_get_the_notification_mark_link |
Filters the mark link for the current notification. |
bp_get_the_notification_mark_read_link |
Filters the mark read link for the current notification. |