Recent

tptn_dashboard_setup filter

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

TypeNameDescription
bool$dashboard_setupWhether to register the dashboard widgets.

Usage

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