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.


Top ↑

Source Source

File: bp-core/bp-core-template.php


Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.