-
Notifications
You must be signed in to change notification settings - Fork 81
activitypub_actor_types
github-actions[bot] edited this page Jul 23, 2025
·
1 revision
Filters the actor types.
add_filter(
'activitypub_actor_types',
function ( array $types ) {
// Your code here
return $types;
}
);
-
array
$types
The actor types.
apply_filters( 'activitypub_actor_types', Actor::TYPES )