Skip to content

mastodon_api_notification_type

github-actions[bot] edited this page Mar 4, 2026 · 2 revisions

Auto-generated Example

add_filter(
    'mastodon_api_notification_type',
    function (
        string $mention,
        $post
    ) {
        // Your code here
        return $mention;
    },
    10,
    2
);

Parameters

  • string $mention
  • $post

Files

apply_filters( 'mastodon_api_notification_type', 'mention', $post )

Hooks

Clone this wiki locally