Search
woogc/orders/product_meta/ignore - WP Global Cart
14119
documentation-template-default,single,single-documentation,postid-14119,theme-awake,eltd-core-1.1,woocommerce-no-js,awake child-child-ver-1.0.0,awake-ver-1.0,eltd-smooth-scroll,eltd-smooth-page-transitions,eltd-mimic-ajax,eltd-grid-1200,eltd-blog-installed,eltd-default-style,eltd-fade-push-text-top,eltd-header-standard,eltd-sticky-header-on-scroll-down-up,eltd-default-mobile-header,eltd-sticky-up-mobile-header,eltd-menu-item-first-level-bg-color,eltd-dropdown-slide-from-top,eltd-,eltd-fullscreen-search eltd-search-fade,eltd-side-menu-slide-from-right,wpb-js-composer js-comp-ver-6.3.0,vc_responsive
 

woogc/orders/product_meta/ignore

WP Global Cart / woogc/orders/product_meta/ignore
Share on FacebookTweet about this on TwitterShare on Google+Share on LinkedInShare on TumblrPin on PinterestEmail this to someonePrint this page

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;
               
        }

0
Would love your thoughts, please comment.x
()
x