Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clifgriffin/32bcb946811aa12240dc1d022347f76e to your computer and use it in GitHub Desktop.
Save clifgriffin/32bcb946811aa12240dc1d022347f76e to your computer and use it in GitHub Desktop.
<?php
// See:
add_filter( 'woocommerce_default_address_fields', function( $fields ) {
$fields['first_name']['custom_attributes']['data-parsley-multiple-of'] = '3';
return $fields;
}, 100000 + 100 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment