woocommerce_email_order_items_table

woocommerce_email_order_items_table

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_email_order_items_table') is found 1 times:

  • /includes/wc-template-functions.php line 3683
    3679
    3680
    3681
    3682
    3683
    3684
    3685
    3686
    3687
    3688
    3689
                    )
                )
            );
     
            return apply_filters( 'woocommerce_email_order_items_table', ob_get_clean(), $order );
        }
    }
     
    if ( ! function_exists( 'wc_display_item_meta' ) ) {
        /**
         * Display item meta data.