/** * Remove tags meta box on product data entry page */ add_action('admin_head', 'cc_remove_tags_box'); function cc_remove_tags_box() { echo ''; }