Wordpress

Remove welcome panel from dashboard

It’s very easy to –permanent– remove the welcome panel from the dashboard. You can do it with this one single line. Place it in your functions.php

remove_action('welcome_panel', 'wp_welcome_panel');