Remove the print_r
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 10 Apr 2017 20:31:28 +0000 (16:31 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 10 Apr 2017 20:31:28 +0000 (16:31 -0400)
was for debug

setup/frontHooks.php

index 9f7f68e..b5a91bb 100644 (file)
@@ -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 '<pre>$_REQUEST: ' . print_r( $_REQUEST, true ) . '</pre>';
     // Get all custom fields
     $customFields = $this->wpdb->get_results(
         "SELECT *