diff --git a/remove-the-welcome-panel-from-the-dashboard-in-wordpress-admin.code-snippets.xml b/remove-the-welcome-panel-from-the-dashboard-in-wordpress-admin.code-snippets.xml new file mode 100644 index 0000000..80b0bbe --- /dev/null +++ b/remove-the-welcome-panel-from-the-dashboard-in-wordpress-admin.code-snippets.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + Remove the welcome panel from the dashboard in WordPress admin + + dismiss, remove, welcome, nag, dashboard, widget, wordpress + remove_action( 'welcome_panel', 'wp_welcome_panel' ); + +