projects
/
WP-Plugins
/
glm-member-db-fields.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ab0775
)
Remove the print_r
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 10 Apr 2017 20:31:28 +0000
(16:31 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 10 Apr 2017 20:31:28 +0000
(16:31 -0400)
was for debug
setup/frontHooks.php
patch
|
blob
|
history
diff --git
a/setup/frontHooks.php
b/setup/frontHooks.php
index
9f7f68e
..
b5a91bb
100644
(file)
--- 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 '<pre>$_REQUEST: ' . print_r( $_REQUEST, true ) . '</pre>';
// Get all custom fields
$customFields = $this->wpdb->get_results(
"SELECT *