Recent

bsearch_admin_dashboard_tabsfilter

bsearch_admin_dashboard_tabs

Filter the dashboard tabs.

Type: filter
Since: 4.3.0
Source: includes/admin/class-dashboard.php line 394

Parameters

Type Name Description
array $tabs Array of tabs.

Usage

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