-
Notifications
You must be signed in to change notification settings - Fork 17
notify_user_about_accepted_friend_request
Alex Kirk edited this page Apr 5, 2024
·
12 revisions
add_filter(
'notify_user_about_accepted_friend_request',
function ( $user ) {
// Your code here
return $user;
}
);
$user