You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actions[bot] edited this page Aug 18, 2025
·
21 revisions
activitypub_inbox_post
Fires after the ActivityPub inbox has been created and sent to the client.
Auto-generated Example
/** * Fires after the ActivityPub inbox has been created and sent to the client. * @return mixed The filtered value. */functionmy_activitypub_inbox_post_callback() {
// Your code here.
}
add_filter( 'activitypub_inbox_post', 'my_activitypub_inbox_post_callback' );