-
Notifications
You must be signed in to change notification settings - Fork 82
activitypub_rest_moderators
github-actions[bot] edited this page Jul 23, 2025
·
8 revisions
Filter the list of moderators.
add_filter(
'activitypub_rest_moderators',
function ( array $actors ) {
// Your code here
return $actors;
}
);
-
array
$actors
The list of moderators.
apply_filters( 'activitypub_rest_moderators', $actors )
Follow @[email protected] for updates and news.