do_action( 'bp_admin_tabs', string $context )
Fires after the output of tabs for the admin area.
Description Description
Parameters Parameters
- $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. |
1.5.0 | Introduced. |