woogc/orders/product_meta/ignore
Filter
woogc/orders/product_meta/ignore
Filter being used when retrieving a order product. Should return an array with the product meta fields to ignore.
Example
add_action('woogc/orders/product_meta/ignore', 'my_woogc_orders_product_meta_ignore'); function my_woogc_orders_product_meta_ignore($ignore) { $ignore[] = 'another_custom_field'; return $ignore; }
Related Posts
Name: woogc/single_checkout/split_order/order_created Type: Action Arguments: $new_order The `woogc/single_checkout/split_order/order_created` action...
Name: woogc/ps/synchronize_product/child_product Type: Filter Arguments: (object)$child_product (array)$main_product_data (int)$origin_product_blog_ID This filter...
Name: woogc/ps/interfaces/sync_to_shop Type: Filter Arguments: $status, $remote_blog_id, $post The...
Name: woogc/ps/synchronize_product/completed Type: Filter Arguments: $child_product_ID, $main_product_ID,...
Subscribe
Login
0 Comments
Inline Feedbacks
View all comments