From: Steve Sutton Date: Mon, 11 Jul 2016 13:08:22 +0000 (-0400) Subject: Clean up frontHooks X-Git-Tag: v1.0.0^2~29 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=387c8c56e80e5710af0f415d42e3d536c362ed63;p=WP-Plugins%2Fglm-member-db-leads.git Clean up frontHooks Removing the echo statement (debug stuff) --- diff --git a/setup/frontHooks.php b/setup/frontHooks.php index 7cbecd2..115e344 100644 --- a/setup/frontHooks.php +++ b/setup/frontHooks.php @@ -172,7 +172,7 @@ add_action( 'gform_after_submission', function( $entry, $form ){ if ( !$lead_id ) { return; } - echo '
$glm_leads_entry: ' . print_r( $glm_leads_entry, true ) . '
'; + //echo '
$glm_leads_entry: ' . print_r( $glm_leads_entry, true ) . '
'; // create the lead entry $lead_entry = $this->wpdb->insert( GLM_MEMBERS_LEADS_PLUGIN_DB_PREFIX . 'lead_entry', // table