-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the welcome panel from the dashboard in WordPress admin Add
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
remove-the-welcome-panel-from-the-dashboard-in-wordpress-admin.code-snippets.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- This is a code snippets export file generated by the Code Snippets WordPress plugin. --> | ||
<!-- https://wordpress.org/plugins/code-snippets --> | ||
<!-- To import these snippets a WordPress site follow these steps: --> | ||
<!-- 1. Log in to that site as an administrator. --> | ||
<!-- 2. Install the Code Snippets plugin using the directions provided at the above link. --> | ||
<!-- 3. Go to 'Tools: Import' in the WordPress admin panel. --> | ||
<!-- 4. Click on the "Code Snippets" importer in the list --> | ||
<!-- 5. Upload this file using the form provided on that page. --> | ||
<!-- 6. Code Snippets will then import all of the snippets and associated information contained in this file into your site. --> | ||
<!-- 7. You will then have to visit the 'Snippets: All Snippets' admin menu and activate desired snippets. --> | ||
<!-- generator="Code Snippets/2.9.4" created="2017-11-09 15:27" --> | ||
<snippets> | ||
<snippet scope="1"> | ||
<name>Remove the welcome panel from the dashboard in WordPress admin</name> | ||
<desc></desc> | ||
<tags>dismiss, remove, welcome, nag, dashboard, widget, wordpress</tags> | ||
<code>remove_action( 'welcome_panel', 'wp_welcome_panel' );</code> | ||
</snippet> | ||
</snippets> |