We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
add_filter( 'mastodon_api_search', function ( array $array, $request ) { // Your code here return $array; }, 10, 2 );
array
$array
$request
apply_filters( 'mastodon_api_search', array(), $request )
Hooks
There was an error while loading. Please reload this page.