Hi all - I'm customizing my dashboard and have used the codex instructions successfully. However, my WordPress News meta box stubbornly refuses to go away! It's ID is set to 'dashboard_primary' and according to the instructions I have this in my function:
unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_primary']);
But it's still there. Any idea why?
Thanks!