apply_filters( 'bp_is_current_item', bool $retval , string $item )
Filters whether or not an item is the current item.
Description Description
Parameters Parameters
- $retval
-
Whether or not an item is the current item.
- $item
-
The item being checked.
Source Source
File: bp-core/bp-core-template.php
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |