-
Notifications
You must be signed in to change notification settings - Fork 9
mastodon_api_notifications_get
github-actions[bot] edited this page Jul 24, 2026
·
28 revisions
add_filter(
'mastodon_api_notifications_get',
function (
array $array,
$request,
$limit,
$before_date,
$after_date
) {
// Your code here
return $array;
},
10,
5
);-
array$array $request$limit$before_date$after_date
apply_filters( 'mastodon_api_notifications_get', array(), $request, $limit, $before_date, $after_date )