-
Notifications
You must be signed in to change notification settings - Fork 82
activitypub_notification
github-actions[bot] edited this page Jul 29, 2025
·
8 revisions
Action to send ActivityPub notifications.
add_action(
'activitypub_notification',
'my_activitypub_notification_callback'
);
function my_activitypub_notification_callback( Activitypub\Notification $instance ) {
// Your code here.
}
-
Activitypub\Notification
$instance
The notification object.
do_action( 'activitypub_notification', $this )
Follow @[email protected] for updates and news.