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.8.7.0

apply_filters('woocommerce_email_order_items_table') is found 1 times:

  • /includes/wc-template-functions.php line 3434
    				)
    			)
    		);
    
    		return apply_filters( 'woocommerce_email_order_items_table', ob_get_clean(), $order );
    	}
    }
    
    if ( ! function_exists( 'wc_display_item_meta' ) ) {
    	/**
    	 * Display item meta data.