Remove Meta boxes On Product Edit Admin Page
How to Remove Short Description Metabox,Product Tags Metabox,Product Excerpt Metabox,Product Categories Metabox etc. There are many meta boxes on product page. some are added by default by WordPress and some are added by WooCommerce plugin. Like product tag, product categories, product gallery etc are added by WooCommerce. How to disabled product tags in your shop. Or remove short description. Or even, you want to hide other custom “metabox” (e.g. one of those widgets that appear on the Edit Product page). Removing metaboxes and making the Edit Product page much cleaner is quite easy, using “remove_meta_box” function. For Removing Product tags or Product short description on product edit page we need the “ID” of the metabox and its position (‘normal’ or ‘side’). After knowing their id we can simply use “remove_meta_box” function. we can apply “remove_meta_box” function in many hooks but it’s good to use this in “add_meta_boxes_product” hook. For example: