Recent

wherego_dashboard_setup filter

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

TypeNameDescription
bool$dashboard_setupWhether to register the dashboard widgets.

Usage

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