Hide the dashboard widgets wrap

PHOTO EMBED

Mon Jul 22 2024 10:55:00 GMT+0000 (Coordinated Universal Time)

Saved by @webisko #php

function hide_dashboard_widgets() {

echo '<style>#dashboard-widgets-wrap { display: none !important; }</style>';

}

add_action('admin_head', 'hide_dashboard_widgets');
content_copyCOPY