apply_filters( 'bp_activity_enable_feeds', bool $value , string $feed_id )
Filters if BuddyPress should consider feeds enabled. If disabled, it will return early.
Parameters Parameters
- $value
-
(bool) Defaults to true aka feeds are enabled.
- $feed_id
-
(string) The feed identifier.
Source Source
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Adds the $feed_id parameter. |
1.8.0 | Introduced. |