Recent

wherego_dashboard_setupfilter

wherego_dashboard_setup

Filter whether to register the dashboard widgets.

Type: filter
Since: 3.2.0
Source: includes/admin/class-dashboard-widgets.php line 47

Parameters

Type Name Description
bool $dashboard_setup Whether to register the dashboard widgets.

Usage

add_filter( 'wherego_dashboard_setup', function($dashboard_setup) {
    // ...
    return $dashboard_setup;
} );