From b32196c619e30254ad67eea901977495b5c233cc Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 6 Jul 2016 10:33:59 -0400 Subject: [PATCH] adding itinerary custom field function --- functions.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/functions.php b/functions.php index d826413..49ea16a 100644 --- a/functions.php +++ b/functions.php @@ -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; -- 2.17.1