Minor additional tests.
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 9 Jun 2015 19:04:28 +0000 (15:04 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 9 Jun 2015 19:04:28 +0000 (15:04 -0400)
functions.php

index 8a90fd6..fe04c2a 100755 (executable)
@@ -135,7 +135,6 @@ add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 48;' ), 20 )
 
 // Add custom fields to checkout
 
-//add_filter( 'woocommerce_checkout_fields' , 'tm_added_checkout_fields' );
 add_filter( 'woocommerce_after_order_notes' , 'tm_added_checkout_fields' );
 
 function tm_added_checkout_fields( $checkout ) {