-
Notifications
You must be signed in to change notification settings - Fork 14
friends_search_autocomplete
Alex Kirk edited this page Apr 5, 2024
·
8 revisions
add_filter(
'friends_search_autocomplete',
function (
$results,
$q
) {
// Your code here
return $results;
},
10,
2
);
$results
$q