Adding $uid for either member or contact
// Get full list for all other filters, but not filtered by alpha (that would be silly)
$alphaList = $this->getAlphaList(' AND '.$where, $alphaSelected);
- $whereParts = apply_filters('glm-member-db-admin-search-query', $where);
+ $whereParts = apply_filters('glm-member-db-admin-search-query', $where, 'glm-member-db');
if ( is_array( $whereParts ) && count( $whereParts ) > 0 ) {
$where .= ' AND '.implode(" AND ", $whereParts);
$whereSep = ' AND ';
<b>Pending Only: </b><input type="checkbox" name="filterPending" value="true" id="filterPending" class="listFilter"{if $filterPending} checked{/if} style="margin-right: 1em;">
</div>
- {apply_filters('glm-member-db-custom-filter-search', '')}
+ {apply_filters('glm-member-db-custom-filter-search', '', 'glm-member-db' )}
<p><b>Total found:</b> {$memberCount} </p>