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