From: Anthony Talarico Date: Wed, 6 Jul 2016 14:33:59 +0000 (-0400) Subject: adding itinerary custom field function X-Git-Tag: v1.0.0^2~25 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b32196c619e30254ad67eea901977495b5c233cc;p=WP-Themes%2Ffrancejourneys.git adding itinerary custom field function --- 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;