Skip to content

Instantly share code, notes, and snippets.

@douglasanro
Created April 16, 2017 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save douglasanro/c661a979d59c45c2c8a806ac3c626a74 to your computer and use it in GitHub Desktop.
Save douglasanro/c661a979d59c45c2c8a806ac3c626a74 to your computer and use it in GitHub Desktop.
Remove WordPress welcome panel in dashboard
<?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