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.


Top ↑

Parameters Parameters

$value

(bool) True if BuddyPress should enable afilter support.


Source Source

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

View on Trac



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.