From 3e31726debabb92f08854ef2809c1782409d414f Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 10 Apr 2017 16:31:28 -0400 Subject: [PATCH] Remove the print_r was for debug --- setup/frontHooks.php | 1 - 1 file changed, 1 deletion(-) diff --git a/setup/frontHooks.php b/setup/frontHooks.php index 9f7f68e..b5a91bb 100644 --- a/setup/frontHooks.php +++ b/setup/frontHooks.php @@ -42,7 +42,6 @@ add_filter('glm-member-db-front-members-list-info', function($content, $id) { 2 ); add_filter('glm-member-db-front-search-query', function($queryParts) { - echo '
$_REQUEST: ' . print_r( $_REQUEST, true ) . '
'; // Get all custom fields $customFields = $this->wpdb->get_results( "SELECT * -- 2.17.1