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