From c68197a2e1b8fd65412d04cbeb81dab31422c011 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 24 Oct 2016 15:23:06 -0400 Subject: [PATCH] removing test print_r statement from functions file for the gravity forms token form content filter --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 7750109..f2a800a 100644 --- a/functions.php +++ b/functions.php @@ -320,7 +320,7 @@ if (!function_exists('is_in_tree')) { add_action( 'gform_after_submission', 'set_post_content', 10, 2 ); function set_post_content( $entry, $form ) { - echo '
', print_r($entry), '
'; +// echo '
', print_r($entry), '
'; if($form['id'] === 4){ if ( $entry['36.3'] > 1){ -- 2.17.1