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
Managing multiple WooCommerce shops within a WordPress Multisite environment can be challenging, especially when it comes to keeping product information consistent across all stores. The WooCommerce Product Synchronization feature in the WP Global Cart plugin addresses this challenge by enabling seamless synchronization of products across your network.
Name: woogc/single_checkout/split_order/order_created Type: Action Arguments: $new_order The `woogc/single_checkout/split_order/order_created` action...
Subscribe
Login
0 Comments
Oldest
Newest
Most Voted
Inline Feedbacks
View all comments