Skip to content

Instantly share code, notes, and snippets.

@kirsty-gasston
kirsty-gasston / woocommerce-input-fields-bootstrap-classes.php
Last active March 6, 2018 16:18
Add the Bootstrap 4 input classes to all WooCommerce input fields
<?php
function woo_add_bootstrap4_input_classes( $args, $key, $value = null ) {
/* This is not meant to be here, but it serves as a reference
of what is possible to be changed.
$defaults = array(
'type' => 'text',
'label' => '',
'description' => '',