apply_filters( "bp_is_{$component}_{$feature}_active", bool $retval )
Filters whether or not a given feature for a component is active.
Description Description
This is a variable filter that is based on the component and feature that you are checking of active status of.
Parameters Parameters
- $retval
-
Source Source
File: bp-core/bp-core-template.php
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |