Skip to content

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
);

Parameters

  • $results
  • $q

Files

Hooks

Clone this wiki locally