removing test print_r statement from functions file for the gravity forms token form...
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 24 Oct 2016 19:23:06 +0000 (15:23 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 24 Oct 2016 19:23:06 +0000 (15:23 -0400)
functions.php

index 7750109..f2a800a 100644 (file)
@@ -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 '<pre>', print_r($entry), '</pre>';
+//    echo '<pre>', print_r($entry), '</pre>';
     if($form['id'] === 4){
         
         if ( $entry['36.3'] > 1){