apply_filters( 'bp_activity_enable_afilter_support', bool $value )
Filters whether BuddyPress should enable afilter support.
Description Description
Support for basic filters in earlier BP versions is disabled by default. To enable, put add_filter( ‘bp_activity_enable_afilter_support’, ‘__return_true’ ); into bp-custom.php or your theme’s functions.php.
Parameters Parameters
- $value
-
(bool) True if BuddyPress should enable afilter support.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.6.0 | Introduced. |