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.


Top ↑

Source Source

File: bp-activity/bp-activity-functions.php


Top ↑

Changelog Changelog

Changelog
Version Description
8.0.0 Adds the $feed_id parameter.
1.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.