We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Filters the actor types.
/** * Filters the actor types. * * @param array $types * @return array The filtered value. */ function my_activitypub_actor_types_callback( array $types ) { // Your code here. return $types; } add_filter( 'activitypub_actor_types', 'my_activitypub_actor_types_callback' );
array
$types
\apply_filters( 'activitypub_actor_types', Actor::TYPES )
← All Hooks