apply_filters( 'bp_core_get_admin_tabs', array $tabs , string $context )
Filters the tab data used in our wp-admin screens.
Description Description
Parameters Parameters
- $tabs
-
Tab data.
- $context
-
The context of use for the tabs.
Source Source
File: bp-core/admin/bp-core-admin-functions.php
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Adds the $context parameter. |
2.2.0 | Introduced. |