-
Notifications
You must be signed in to change notification settings - Fork 82
activitypub_inbox_post
github-actions[bot] edited this page Aug 7, 2025
·
9 revisions
Fires after the ActivityPub inbox has been created and sent to the client.
add_filter(
'activitypub_inbox_post',
function() {
// Your code here.
}
);
\do_action( 'activitypub_inbox_post' )
Follow @[email protected] for updates and news.