Skip to content

mastodon_api_search

github-actions[bot] edited this page Jul 24, 2026 · 27 revisions

Auto-generated Example

add_filter(
    'mastodon_api_search',
    function (
        array $array,
        $request
    ) {
        // Your code here
        return $array;
    },
    10,
    2
);

Parameters

  • array $array
  • $request

Files

apply_filters( 'mastodon_api_search', array(), $request )

Hooks

Clone this wiki locally