Recent

bsearch_admin_dashboard_tabs filter

bsearch_admin_dashboard_tabs

Filter the dashboard tabs.

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

Parameters

TypeNameDescription
array$tabsArray of tabs.

Usage

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