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