Skip to content

activitypub_notification

github-actions[bot] edited this page Jul 29, 2025 · 8 revisions

Action to send ActivityPub notifications.

Auto-generated Example

add_action(
   'activitypub_notification',
    'my_activitypub_notification_callback'
);

function my_activitypub_notification_callback( Activitypub\Notification $instance ) {
    // Your code here.
}

Parameters

  • Activitypub\Notification $instance The notification object.

Files

do_action( 'activitypub_notification', $this )

← All Hooks

Users

Developers

Clone this wiki locally