Skip to content

Instantly share code, notes, and snippets.

@kreamweb
Created February 12, 2020 16:00
Show Gist options
  • Save kreamweb/7cdc288caf1e4b9a53e4425c076ce3e1 to your computer and use it in GitHub Desktop.
Save kreamweb/7cdc288caf1e4b9a53e4425c076ce3e1 to your computer and use it in GitHub Desktop.
<?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