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 Jul 30, 2026
·
29 revisions
Fires when a model actor is constructed.
Auto-generated Example
/** * Fires when a model actor is constructed. * * @param Activitypub\Blog $this */functionmy_activitypub_construct_model_actor_callback( Activitypub\Blog$this ) {
// Your code here.
}
add_action( 'activitypub_construct_model_actor', 'my_activitypub_construct_model_actor_callback' );