Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save erikasarti/db2388b09e8018652775 to your computer and use it in GitHub Desktop.
Save erikasarti/db2388b09e8018652775 to your computer and use it in GitHub Desktop.
Como desabilitar o box "Bem-vindo ao WordPress!" da tela inicial no painel administrativo
// Desabilita o box "Bem-vindo ao WordPress!" no painel administrativo
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