-
Notifications
You must be signed in to change notification settings - Fork 81
activitypub_construct_model_actor
github-actions[bot] edited this page Jul 30, 2025
·
3 revisions
Fires when a model actor is constructed.
function my_activitypub_construct_model_actor_callback( Activitypub\User $this ) {
// Your code here.
return $this;
}
add_filter( 'activitypub_construct_model_actor', 'my_activitypub_construct_model_actor_callback' );
-
Activitypub\User
$this
The User object.
\do_action( 'activitypub_construct_model_actor', $this )
\do_action( 'activitypub_construct_model_actor', $this )
Follow @[email protected] for updates and news.