Merge pull request #13656 from woocommerce/remove-post-internal-meta-keys

Remove post related internal post keys from products
This commit is contained in:
Mike Jolley 2017-03-20 12:48:39 +00:00 committed by GitHub
commit 2dbf0d7560
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,9 @@ class WC_Product_Data_Store_CPT extends WC_Data_Store_WP implements WC_Object_Da
'_wc_average_rating',
'_wc_review_count',
'_variation_description',
'_wp_old_slug',
'_edit_last',
'_edit_lock',
);
/**