Skip to content

activitypub_notification

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

Action to send ActivityPub notifications.

Auto-generated Example

function my_activitypub_notification_callback( Activitypub\Notification $instance ) {
    // Your code here.
}
add_action( 'activitypub_notification', 'my_activitypub_notification_callback' );

Parameters

  • Activitypub\Notification $instance The notification object.

Files

do_action( 'activitypub_notification', $this )

← All Hooks

Users

Developers

Clone this wiki locally