apply_filters( 'bp_is_component_front_page', bool $value , string $component )
Filters whether or not the specified BuddyPress component directory is set to be the front page.
Description Description
Parameters Parameters
- $value
-
Whether or not the specified component directory is set as front page.
- $component
-
Current component being checked.
Source Source
File: bp-core/bp-core-template.php
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |