-
Notifications
You must be signed in to change notification settings - Fork 83
activitypub_notification
github-actions[bot] edited this page Aug 7, 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 @[email protected] for updates and news.