Database changes for products in woocommerce 3
问题 Woocommerce v2.6 stores the following meta_key values in the wp_postmeta table: _sku _price _regular_price _sale_price _manage_stock _stock_status _featured Does Woocommerce v3.x, still store are all of the above in an identical manner as v2.6 or have any of the above been relocated to another table and/or modified in any way? 回答1: In WooCommerce 3+ everything listed is the same, except for _featured that doesn't work any more. The " feature " product functionality in WooCommerce 3+: Since