Skip to content

mastodon_api_notification_clear

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

Auto-generated Example

add_action(
    'mastodon_api_notification_clear',
    function ( $request ) {
        // Your code here
    }
);

Parameters

  • $request

Files

do_action( 'mastodon_api_notification_clear', $request )

Hooks

Clone this wiki locally