Hooks |
Description |
---|---|
bp_before_member_header |
Fires before the display of a member’s header. |
bp_before_member_messages_content |
Fires before the member messages content. |
bp_before_profile_field_content |
Fires before the display of member profile field content. |
bp_before_profile_loop_content |
Fires before the display of member profile loop content. |
bp_before_remove_follow_data |
Actions to perform before follow data is removed for user |
bp_before_single_activity |
Fires at the begining of the templates BP injected content. |
bp_before_single_activity_content |
Fires before the single activity display content. |
bp_block_category_post_types |
Filter here to add/remove the supported post types for the BuddyPress blocks category. |
bp_blog_description |
Filters the description of the current blog in the loop. |
bp_blog_gravatar_default |
Filters the default blog Gravatar. |
bp_blog_last_active |
Filters the last active date of the current blog in the loop. |
bp_blog_latest_post_has_featured_image |
Filters whether or not the latest blog post has a featured image. |
bp_blogs_activity_created_blog_primary_link |
Filters the activity created blog primary link. |
bp_blogs_activity_new_comment_action |
When the comment is published we are faking an activity object to which we add 4 properties : – the post url – the post title – the blog url – the blog name This is done to build the ‘post link’ part of the activity action string. |
bp_blogs_activity_new_custom_post_action |
In case the post was published without a title or the activity meta was not found. |
bp_blogs_activity_new_post_action |
In case the post was published without a title or the activity meta was not found. |
bp_blogs_before_remove_blog |
Fires before a “blog created” item is removed from blogs tracker and activity feed. |
bp_blogs_before_remove_blog_for_user |
Fires before a blog is removed from the tracker for a specific user. |
bp_blogs_before_remove_data |
Fires before all blog associations are removed for a given user. |
bp_blogs_before_remove_data_for_blog |
Fires before all data related to a given blog is removed from blogs tracker and activity feed. |
bp_blogs_before_remove_post |
Fires before removal of a blog post activity item from the activity feed. |
bp_blogs_block_sitewide_tags_activity |
Filters whether or not BuddyPress should block sitewide tags activity. |
bp_blogs_blog_after_save |
Fires after the current blog item gets saved. |
bp_blogs_blog_before_save |
Fires before the current blog item gets saved. |
bp_blogs_blog_id_before_save |
Filters the blog blog ID before save. |
bp_blogs_blog_tabs |
Fires after the markup for the navigation tabs for a user Blogs page. |
bp_blogs_blog_user_id_before_save |
Filters the blog user ID before save. |
bp_blogs_comment_sync_activity_comment |
Fires after an activity comment is added from a WP post comment. |
bp_blogs_creation_location |
Filters the ‘Create a new site’ link URL. |
bp_blogs_directory_blog_sub_types |
Fires inside the unordered list displaying blog sub-types. |
bp_blogs_format_activity_action_new_blog |
Filters the new blog activity action for the new blog. |
bp_blogs_format_activity_action_new_blog_comment |
Filters the new blog comment action for the new blog. |
bp_blogs_format_activity_action_new_blog_post |
Filters the new blog post action for the new blog. |
bp_blogs_format_activity_action_new_custom_post_type_feed |
Filters the new blog post action for the new blog. |
bp_blogs_get_allowed_roles |
Filters the allowed roles a member must have to be recorded into bp_user_blogs pointer table. |
bp_blogs_get_blogs |
Filters a set of blogs. |
bp_blogs_get_profile_stats |
Filters the number of blogs in user’s profile. |
bp_blogs_is_blog_recordable |
Filters whether or not a blog is globally activity feed recordable. |
bp_blogs_is_blog_recordable_for_user |
Filters whether or not a blog is globally activity feed recordable for user. |
bp_blogs_is_blog_trackable |
Filters whether or not a blog is globally trackable. |
bp_blogs_is_blog_trackable_for_user |
Filters whether or not a blog is globally trackable for user. |
bp_blogs_new_blog |
Fires after BuddyPress has been made aware of a new site for activity tracking. |
bp_blogs_new_blog_comment |
Fires after BuddyPress has recorded metadata about a published blog post comment. |
bp_blogs_new_blog_post |
Fires after BuddyPress has recorded metadata about a published blog post. |
bp_blogs_record_activity_action |
Filters the action associated with activity for activity feed. |
bp_blogs_record_activity_content |
Filters the content associated with activity for activity feed. |
bp_blogs_record_comment_post_types |
Filters the post types to track for the Blogs component. |
bp_blogs_record_post_post_types |
Filters the post types to track for the Blogs component. |
bp_blogs_recorded_existing_blogs |
Fires after the BP blogs tables have been populated with existing blogs. |
bp_blogs_register_activity_actions |
Fires after the registry of the default blog component activity actions. |