Skip to content

mastodon_api_notifications_get

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

Auto-generated Example

add_filter(
    'mastodon_api_notifications_get',
    function (
        array $array,
        $request,
        $limit,
        $before_date,
        $after_date
    ) {
        // Your code here
        return $array;
    },
    10,
    5
);

Parameters

  • array $array
  • $request
  • $limit
  • $before_date
  • $after_date

Files

apply_filters( 'mastodon_api_notifications_get', array(), $request, $limit, $before_date, $after_date )

Hooks

Clone this wiki locally