Skip to content

Commit

Permalink
Merge pull request woocommerce#13655 from woocommerce/remove-product-…
Browse files Browse the repository at this point in the history
…internal-meta-keys

Remove some product internal meta keys
  • Loading branch information
mikejolley authored Mar 20, 2017
2 parents 313040a + 9bcfcb8 commit 902d949
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions includes/data-stores/class-wc-product-data-store-cpt.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ class WC_Product_Data_Store_CPT extends WC_Data_Store_WP implements WC_Object_Da
'_wc_average_rating',
'_wc_review_count',
'_variation_description',
'_thumbnail_id',
'_file_paths',
'_product_image_gallery',
'_product_version',
'_wp_old_slug',
'_edit_last',
'_edit_lock',
Expand Down

0 comments on commit 902d949

Please sign in to comment.