Set maximum size of text for Gift Message to 150 characters. v1.0.2
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 18 Jun 2015 19:30:42 +0000 (15:30 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 18 Jun 2015 19:30:42 +0000 (15:30 -0400)
functions.php

index 6744962..a53b19c 100755 (executable)
@@ -146,6 +146,7 @@ function tm_added_checkout_fields( $checkout ) {
         'class'         => array('my-field-class form-row-wide'),
         'label'         => __(''),
         'placeholder'   => __('Enter any desired gift message here.'),
+       'maxlength'     => 150,
         ), $checkout->get_value( 'tm_gift_message' ));
  
     echo '</div>';