Hooks |
Description |
---|---|
bp_enqueue_scripts |
Fires inside the ‘bp_enqueue_scripts’ function, where BP enqueues its CSS and JS. |
bp_excerpt_append_text |
Filters the excerpt appended text value. |
bp_excerpt_length |
Filters the excerpt length to trim text to. |
bp_field_css_classes |
Filters the field classes to be applied to a field. |
bp_field_data_attribute |
Filters the field data to be applied to a field. |
bp_field_has_data |
Filters whether or not the XProfile field has data to display. |
bp_field_has_public_data |
Filters whether or not the XProfile field has public data to display. |
bp_first_activity_for_member |
Fires inside the recording of an activity item. |
bp_folder_add |
Fires at the end of the execution of adding a new folder item, before returning the new folder item ID. |
bp_folder_delete |
Fires after the folder item has been deleted. |
bp_folder_get |
Filters the requested folder item(s). |
bp_folder_get_specific |
Filters the requested specific folder item. |
bp_folder_has_more_items |
Filters whether there are more folder items to display. |
bp_folder_user_can_delete |
Filters whether the current user can edit an folder item. |
bp_folders_deleted_folders |
Fires after the folder item has been deleted. |
bp_force_buddybar |
Filters whether or not BuddyBar should be forced in place of WP Admin Bar. |
bp_force_comment_status |
Filters whether or not to force comments_status to closed for BuddyPress post types. |
bp_force_friendship_to_message |
Filters whether or not friendship is forced to message each other. |
bp_format_time |
Filters the date based on a UNIX timestamp. |
bp_forums_parent_forum_id |
Filters the parent forum ID for the bbPress abstraction layer. |
bp_found_user_query |
Filters the found user SQL statements before query. |
bp_friend_get_total_requests_count |
Filters the total friendship request count for a given user. |
bp_friends_{$amount}_friendship_ |
Filters the format of friendship notifications based on type and amount * of notifications pending. |
bp_friends_format_activity_action_friendship_accepted |
Filters the ‘friendship_accepted’ activity action format. |
bp_friends_format_activity_action_friendship_created |
Filters the ‘friendship_created’ activity action format. |
bp_friends_get_invite_list |
Filters the list of potential friends that can be invited to this group. |
bp_friends_get_profile_stats |
Filters the number of friends in user’s profile. |
bp_friends_pre_get_invite_list |
Filters default arguments for list of friends a user can invite into this group. |
bp_friends_sent_accepted_email |
Fires after the connection request accepted email is sent. |
bp_friends_sent_request_email |
Fires after the new friend request email is sent. |
bp_generate_rewrite_rules |
Fires inside the ‘bp_generate_rewrite_rules’ function. |
bp_get_{$type}_template |
Filters possible file paths to check for for a template. |
bp_get_activate_slug |
Filters the activation slug. |
bp_get_activation_page |
Filters the URL of the activation page. |
bp_get_activities_member_rss_link |
Filters the member activity feed link. |
bp_get_activities_no_activity |
Filters the text used when there is no activity to display. |
bp_get_activities_title |
Filters the activities title for the activity template. |
bp_get_activity_action |
Filters the activity action after the action has been inserted as meta. |
bp_get_activity_action_pre_meta |
Filters the activity action before the action is inserted as meta. |
bp_get_activity_avatar |
Filters the value returned by bp_core_fetch_avatar. |
bp_get_activity_avatar_item_id |
Filters the activity avatar item ID. |
bp_get_activity_avatar_object_{$current_activity_item->component} |
Filters the activity avatar object based on current activity item component. |
bp_get_activity_comment_form_action |
Filters the activity comment form action URL. |
bp_get_activity_comment_link |
Filters the comment link for the current activity comment. |
bp_get_activity_comment_permalink |
Filters the activity comment permalink. |
bp_get_activity_content |
If you want to filter activity update content, please use the filter ‘bp_get_activity_content_body’. |
bp_get_activity_content_body |
Filters the activity content body. |
bp_get_activity_count |
Filters the activity count for the activity template. |
bp_get_activity_css_class |
Filters the determined classes to add to the HTML element. |
bp_get_activity_date_recorded |
Filters the date the activity was recorded. |