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