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

True if BuddyPress should enable afilter support.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
1.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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