Created
February 12, 2020 16:00
-
-
Save kreamweb/7cdc288caf1e4b9a53e4425c076ce3e1 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<?php | |
if ( ! function_exists( 'yith_pos_customization_barcode_field' ) ) { | |
add_filter( 'yith_pos_barcode_custom_field', 'yith_pos_customization_barcode_field' ); | |
function yith_pos_customization_barcode_field() { | |
return "your_barcode_custom_field"; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment