tptn_admin_dashboard_tabs
Filters the tabs for the admin dashboard.
Type: filter
Since: 4.1.0
Source: includes/admin/class-dashboard.php line 488
Parameters
| Type | Name | Description |
|---|---|---|
array |
$tabs |
Array of tabs. |
Usage
add_filter( 'tptn_admin_dashboard_tabs', function($tabs) {
// ...
return $tabs;
} );