bp_has_members – multiple search terms?
-
I trying to filter online members based on multiple zipcodes (from a radial search).
Is there a way to use multiple terms in ‘search terms’ ?
Or is there some other way to accomplish this (which does not work) :`
//$zipcodes = “21345, 33445, 23239”;
$zipcodes = array(“21345, 33445, 23239”);
$filter_members = ‘user_id=0&type=online&per_page=999&search_terms=’ . $zipcodes . ‘&populate_extras=0’;bp_has_members( $filter_members )
`
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘bp_has_members – multiple search terms?’ is closed to new replies.