'_apop_post_category_', '_apop_tax_order' => '_apop_post_tax_', '_apop_tag_order' => '_apop_post_post_tag_', ); foreach ( $tax_order_settings as $post_option => $post_meta ) { $target_tax = get_option( $post_option ); foreach ( $target_tax['target_cat'] as $tax_id => $status ) { delete_post_meta_by_key( $post_meta . $tax_id ); } delete_option( $post_option ); }