Created
April 16, 2017 22:15
-
-
Save douglasanro/c661a979d59c45c2c8a806ac3c626a74 to your computer and use it in GitHub Desktop.
Remove WordPress welcome panel in dashboard
This file contains hidden or 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
<?php | |
/* ---------------------------------------------------------------------------- | |
* Remove welcome panel in dashboard | |
* ------------------------------------------------------------------------- */ | |
remove_action('welcome_panel', 'wp_welcome_panel'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment