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.


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.