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