apply_filters( 'bp_is_action_variable', bool $is_action_variable , string $action_variable , int $position )
Filters whether the current page matches a given action_variable.
Description Description
Parameters Parameters
- $is_action_variable
-
Whether the current page matches a given action_variable.
- $action_variable
-
The action_variable being tested against.
- $position
-
The array key tested against.
Source Source
File: bp-core/bp-core-template.php
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |