Last active
August 29, 2015 14:13
-
-
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
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
// 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