-
Notifications
You must be signed in to change notification settings - Fork 81
activitypub_activity_types
github-actions[bot] edited this page Aug 7, 2025
·
7 revisions
Filters the activity types.
add_filter(
'activitypub_activity_types',
function( array $types ) {
// Your code here.
return $types;
}
);
-
array
$types
The activity types.
apply_filters( 'activitypub_activity_types', Activity::TYPES )
Follow @[email protected] for updates and news.