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