colombomarket (January 7th, 2011), moonpm (September 13th, 2011), mr_green (January 7th, 2011)
add_action('admin_init', 'appthemes_remove_dashboard_widgets');
function appthemes_remove_dashboard_widgets() {
//remove_meta_box('dashboard_right_now', 'dashboard', 'normal'); // right now
//remove_meta_box('dashboard_recent_comments', 'dashboard', 'normal'); // recent comments
//remove_meta_box('dashboard_incoming_links', 'dashboard', 'normal'); // incoming links
//remove_meta_box('dashboard_plugins', 'dashboard', 'normal'); // plugins
//remove_meta_box('dashboard_quick_press', 'dashboard', 'normal'); // quick press
//remove_meta_box('dashboard_recent_drafts', 'dashboard', 'normal'); // recent drafts
remove_meta_box('dashboard_primary', 'dashboard', 'normal'); // wordpress blog
remove_meta_box('dashboard_secondary', 'dashboard', 'normal'); // other wordpress news
}
colombomarket (January 7th, 2011), moonpm (September 13th, 2011), mr_green (January 7th, 2011)
There are currently 1 users browsing this thread. (0 members and 1 guests)