We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
add_filter( 'mastodon_api_notifications_get', function ( array $array, $request ) { // Your code here return $array; }, 10, 2 );
array
$array
$request
apply_filters( 'mastodon_api_notifications_get', array(), $request )
Hooks