How to remove activity metabox from wordpress admin dashboard ?


Copy and paste the below code in your functions.php file

function remove_dashboard_widgets() {
global $wp_meta_boxes;
remove_meta_box('dashboard_activity', 'dashboard', 'normal');
}
add_action('wp_dashboard_setup', 'remove_dashboard_widgets' );




Related Post


Latest Post


Recent Posts Widget

Make sure to never miss a thing...

Get the latest news from the creative industry along with other creative goodies, conveniently delivered to social media.