exclude new meta data from admin screens

This commit is contained in:
Mike Jolley 2018-06-08 12:18:15 +01:00
parent 2cad2414b3
commit 6b8cd9661f
2 changed files with 2 additions and 0 deletions

View File

@ -428,6 +428,7 @@ class WC_Admin_List_Table_Orders extends WC_Admin_List_Table {
'_line_tax',
'method_id',
'cost',
'_reduced_stock',
)
);

View File

@ -15,6 +15,7 @@ $hidden_order_itemmeta = apply_filters(
'_line_tax',
'method_id',
'cost',
'_reduced_stock',
)
);
?><div class="view">