Open leonstafford opened 4 years ago
ie, rm welcome to WP panel
remove_action('welcome_panel', 'wp_welcome_panel');
grab some of the common improvements out there and those that make sense for majority of static sites (ie, disable comments, avatars)
be wary of opinionated changes that user should be able to revert/toggle if required.
maybe just iterate and unset all the dashboard ones, per https://digwp.com/2014/02/disable-default-dashboard-widgets/
user should still be able to toggle via the Screen options in this case?
ie, rm welcome to WP panel
remove_action('welcome_panel', 'wp_welcome_panel');
grab some of the common improvements out there and those that make sense for majority of static sites (ie, disable comments, avatars)
be wary of opinionated changes that user should be able to revert/toggle if required.