elementor / lokl

Instant WordPress local development for Mac, Win & Linux
https://lokl.dev
71 stars 10 forks source link

add general WP cleanup plugin activated by default #9

Open leonstafford opened 4 years ago

leonstafford commented 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.

leonstafford commented 4 years ago

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?