projects
/
WP-Themes
/
francejourneys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f6099c
)
adding itinerary custom field function
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 6 Jul 2016 14:33:59 +0000
(10:33 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 6 Jul 2016 14:33:59 +0000
(10:33 -0400)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
d826413
..
49ea16a
100644
(file)
--- 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;