-
Notifications
You must be signed in to change notification settings - Fork 19
notify_user_about_new_follower
github-actions[bot] edited this page Jun 11, 2026
·
6 revisions
add_filter(
'notify_user_about_new_follower',
function(
bool $true,
$user,
$actor,
$activitypub_object,
$follower
) {
// Your code here.
return $true;
},
10,
5
);-
bool$true $user$actor$activitypub_object$follower
apply_filters( 'notify_user_about_new_follower', true, $user, $actor, $activitypub_object, $follower )