-
Notifications
You must be signed in to change notification settings - Fork 81
activitypub_rest_moderators
github-actions[bot] edited this page Aug 7, 2025
·
5 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.