adding itinerary custom field function
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 6 Jul 2016 14:33:59 +0000 (10:33 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 6 Jul 2016 14:33:59 +0000 (10:33 -0400)
functions.php

index d826413..49ea16a 100644 (file)
@@ -90,10 +90,10 @@ function woo_product_inquiry_content() {
     echo do_shortcode('[gravityform id="3" title="true" description="true"]');
 }
 
-//function woo_itinerary_content() {
-//    global $product;
-//    echo the_field('itinerary');
-//}
+function woo_itinerary_content() {
+    global $product;
+    echo the_field('itinerary');
+}
 
 function woo_photos_content() {
     global $product;