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