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