Hooks |
Description |
---|---|
bp_is_username_compatibility_mode |
Filters whether or not to use username compatibility mode. |
bp_last_activity |
Filters the ‘active [x days ago]’ string for a user. |
bp_late_include |
Fires the ‘bp_late_include’ action. |
bp_latest_activities |
Filters the widget options for the BP_Latest_Activities widget. |
bp_ld_learndash_group_enrolled_courses |
Filter to update course lists |
bp_ld_sync/ajax/post_fetch_reports |
Hook after the data is fetched, in cause of overwriting results value |
bp_ld_sync/ajax/pre_fetch_reports |
Hook before the data is fetched, in cause of overwriting the post value |
bp_ld_sync/buddypress_group_admin_removed |
Fires when Social Group Organizer is removed. |
bp_ld_sync/buddypress_group_mod_removed |
Fires when Social Group Moderator is removed. |
bp_learndash_profile_create_courses_slug |
Load third |
bp_learndash_user_courses_atts |
BuddyBoss – Member Courses |
bp_live_spammer_redirect |
Filters the url used for redirection for a logged in user marked as spam. |
bp_load_template |
Filters the selected template right before loading. |
bp_loaded |
Fires inside the ‘bp_loaded’ function, which fires after BP’s core plugin files have been loaded. |
bp_locate_template |
This action exists only to follow the standard BuddyPress coding convention, and should not be used to short-circuit any part of the template locator. |
bp_locate_template_and_load |
Filter here to allow/disallow template loading. |
bp_located_template |
Filters the template locations. |
bp_loggedin_activate_page_redirect_to |
Filters the URL to redirect logged in users to when visiting activation page. |
bp_loggedin_register_page_redirect_to |
Filters the URL to redirect logged in users to when visiting registration page. |
bp_loggedin_user_domain |
Filters the generated link for the logged-in user’s profile. |
bp_loggedin_user_id |
Filters the ID of the currently logged-in user. |
bp_login_redirect |
Filters the URL to redirect to after login. |
bp_login_widget_form |
Fires inside the display of the login widget form. |
bp_make_ham_user |
Fires at the end of the process spammer process if the user is not spam. |
bp_make_spam_user |
Fires at the end of the process spammer process if the user is spam. |
bp_map_meta_caps |
Filters the community caps mapping to be built in WordPress caps. |
bp_media_add |
Fires at the end of the execution of adding a new media item, before returning the new media item ID. |
bp_media_add_handler |
Fires at the end of the execution of adding saving a media item, before returning the new media items in ajax response. |
bp_media_after_delete |
Action to allow intercepting media items just deleted. |
bp_media_after_save |
Fires after an media item has been saved to the database. |
bp_media_album_after_delete |
Action to allow intercepting albums just deleted. |
bp_media_album_after_save |
Fires after an album has been saved to the database. |
bp_media_album_before_delete |
Action to allow intercepting albums to be deleted. |
bp_media_album_before_save |
Fires before the current album gets saved. |
bp_media_album_get_include_user_search |
Filters whether or not to include users for search parameters. |
bp_media_album_get_join_sql |
Filter the MySQL JOIN clause for the main media query. |
bp_media_album_get_where_conditions |
Filters the MySQL WHERE conditions for the albums get method. |
bp_media_album_paged_activities_sql |
Filters the paged media MySQL statement. |
bp_media_album_prefetch_object_data |
Filters inside prefetch_object_data method to aid in pre-fetching object data associated with album. |
bp_media_album_total_medias_sql |
Filters the total media MySQL statement. |
bp_media_attachment_uploaded |
Include required files |
bp_media_before_delete |
Action to allow intercepting media items to be deleted. |
bp_media_before_save |
Fires before the current media item gets saved. |
bp_media_default_scope |
Filter to update default scope. |
bp_media_delete |
Fires after the media item has been deleted. |
bp_media_deleted_medias |
Fires after the media item has been deleted. |
bp_media_extractor_audio |
Filters audio extracted from text. |
bp_media_extractor_embeds |
Filters embeds extracted from text. |
bp_media_extractor_extract |
Filters media extracted from text. |
bp_media_extractor_featured_images |
Filters featured images extracted from a WordPress Post. |