tptn_dashboard_setup
Filter whether to register the dashboard widgets.
Type: filter
Since: 3.3.0
Source: includes/admin/class-dashboard-widgets.php line 166
Parameters
| Type | Name | Description |
|---|---|---|
bool | $dashboard_setup | Whether to register the dashboard widgets. |
Usage
add_filter( 'tptn_dashboard_setup', function($dashboard_setup) {
// ...
return $dashboard_setup;
} );