apply_filters( 'bp_is_active', bool $retval , string $component )
Filters whether or not a given component has been activated by the admin.
Description Description
Parameters Parameters
- $retval
-
Whether or not a given component has been activated by the admin.
- $component
-
Current component being checked.
Source Source
File: bp-core/bp-core-template.php
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |