Warning: This hook has been deprecated. Make sure plugins still using ‘bp_blogs_record_post_post_types’ to track their post types will generate new_blog_post activities See https://buddypress.trac.wordpress.org/ticket/6306 instead.
apply_filters( 'bp_blogs_record_post_post_types', array $value )
Filters the post types to track for the Blogs component.
Parameters Parameters
- $value
-
(array) Array of post types to track.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Make sure plugins still using 'bp_blogs_record_post_post_types' to track their post types will generate new_blog_post activities See <a href="https://buddypress.trac.wordpress.org/ticket/6306">https://buddypress.trac.wordpress.org/ticket/6306</a> |
1.5.0 | Introduced. |