Last active
January 1, 2016 22:19
-
-
Save Manoz/8209511 to your computer and use it in GitHub Desktop.
À placer dans votre fichier functions.php
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
function wpc_widgets() { | |
remove_meta_box('dashboard_incoming_links', 'dashboard', 'normal'); | |
remove_meta_box('dashboard_plugins', 'dashboard', 'normal'); | |
remove_meta_box('dashboard_primary', 'dashboard', 'normal'); | |
remove_meta_box('dashboard_secondary', 'dashboard', 'normal'); | |
} | |
add_action('admin_init', 'wpc_widgets'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment