I’m looking for a complete blank Dashboard. No widgets at all and preferably one column.
There are snippets to remove the default WordPress widgets but haven’t found anything about the ones added by plugins. Searched all over and seems that this hasn’t been asked.
From this Q&A, I’ve learned about the global variable
$wp_meta_boxes
. And over there is also the code to remove the default meta boxes.After examining the variable, this is the code I wrote to remove all Dashboard Widgets, including the ones added by plugins:
The answer to force one column as a screen option is from here:
This one provided the code to hide the Screen Options and the Help tabs:
Ok, now there’s almost nothing in the Dashboard, what’s next?
A bit of CSS to hide the
icon-index
andH2 title
, and some jQuery to fill the void:[ update ]
The filled void can be found in StackOverflow.
Use that
wpse_73561_dashboard_scripts
function instead of this one.This will work fine