Recent

tptn_admin_dashboard_tabs filter

tptn_admin_dashboard_tabs

Filters the tabs for the admin dashboard.

Type: filter
Since: 4.1.0
Source: includes/admin/class-dashboard.php line 412

Parameters

TypeNameDescription
array$tabsArray of tabs.

Usage

add_filter( 'tptn_admin_dashboard_tabs', function($tabs) {
    // ...
    return $tabs;
} );