Last active
September 30, 2022 15:33
-
-
Save woogists/baa55398472a01ff203a13ad4edd23fd to your computer and use it in GitHub Desktop.
[WooCommerce Order Barcodes] Snippet To Display Barcodes Anywhere
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Snippet to display Order Barcodes on 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); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment