apply_filters( 'bp_is_current_component', bool $is_current_component , string $component )
Filters whether the current page belongs to the specified component.
Description Description
Parameters Parameters
- $is_current_component
-
Whether or not the current page belongs to specified component.
- $component
-
Name of the component being checked.
Source Source
File: bp-core/bp-core-template.php
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |