Tag Archives: bootstrap styling links
Add bootstrap 4.4 styling to Woocommerce checkout shipping and billing form
/** * Edit checkout form inputs * source: https://gist.github.com/nickkuijpers/5d07ecf9b0a0678b4f4c */ add_filter('woocommerce_checkout_fields', 'addBootstrapToCheckoutFields' ); /** * [...]

5Sec Snow