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
The General Data Protection...
Name: woogc/get_gc_sites
Type: Filter
Arguments: $sites, $context
The filter...
Name: woogc/single_checkout/split_order/blog_id
Type: Filter
Arguments: $blog_id, $status
The filter...
When using Single Site...
Name: woogc/network_orders/get_orders/mysql_query/WHERE
Type: Filter
Arguments: $mysql_query, $blog_id
The filter...
Name: woogc/disable_global_cart
Type: Filter
Arguments: $is_disabled
The filter is...
Changing population demographics and preferences, rapidly evolving technologies, have created a switch in the consumer product industry. With an expanding transformation in retail production tendency, driven by technology and easy access to the internet, consumers are now accessing most shops through online platforms.
Name: woogc/show_network_orders
Type: Filter
Arguments: $status
The filter can...