For checboxes only so far.
$haveFilter = true;
}
+ $whereParts = apply_filters('glm-member-db-admin-search-query', $where);
+ if ( is_array( $whereParts ) && count( $whereParts ) > 0 ) {
+ $where .= ' AND '.implode(" AND ", $whereParts);
+ $whereSep = ' AND ';
+ }
+
// Get count of members listed
$memberCount = $this->getStats($where);
<b>Text Search: </b><input class="glmMembersSearch" type="text" name="text_search" id="autoTest">
</p>
+ {apply_filters('glm-member-db-custom-filter-search', '')}
+
<p><b>Total found:</b> {$memberCount} </p>
<br clear="all">