apply_filters( 'learndash_admin_tab_sets', array $admin_tab_sets , string $menu_tab_key , string $current_page_id )
Filters current admin tab set.
Description Description
Parameters Parameters
- $admin_tab_sets
-
An array of admin tab sets data.
- $menu_tab_key
-
The menu tab key.
- $current_page_id
-
The current page id.
Source Source
File: includes/admin/class-learndash-admin-menus-tabs.php
Changelog Changelog
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |