[WooCommerce Order Barcodes] Snippet To Display Barcodes Anywhere
/*
* Snippet to display Order Barcodes anywhere in your site.
* Just copy the PHP Snippet to your template, and it will be displayed over there.
*/
echo WC_Order_Barcodes()->display_barcode($order_id);