Remove meta boxes from wordpress admin panel dashboard

To remove the meta boxes from wordpress dashboard you have to use wp_dashboadrd_setup hook. The following snippet shows the function that removes the meta boxes on wordpress admin panel dashboard. You have to use remove_meta_box. In remove_meta_box the first argument is the ID of meta box you want to remove, which can be get by … More Remove meta boxes from wordpress admin panel dashboard