Skip to content

Instantly share code, notes, and snippets.

@Manoz
Last active January 1, 2016 22:19
Show Gist options
  • Save Manoz/8209511 to your computer and use it in GitHub Desktop.
Save Manoz/8209511 to your computer and use it in GitHub Desktop.
À placer dans votre fichier functions.php
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