Skip to content

mastodon_api_notification_get

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

Auto-generated Example

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

Parameters

  • $ret
  • $request

Files

apply_filters( 'mastodon_api_notification_get', null, $request )

Hooks

Clone this wiki locally