apply_filters( 'bp_activity_get_post_type_tracking_args', object $post_type_activity , string $post_type )
Filters tracking arguments for a specific post type.
Parameters Parameters
- $post_type_activity
-
(object) The tracking arguments of the post type.
- $post_type
-
(string) Name of the post type.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |