-
Notifications
You must be signed in to change notification settings - Fork 20
notify_unknown_friend_message_received
github-actions[bot] edited this page Mar 4, 2026
·
7 revisions
add_action(
'notify_unknown_friend_message_received',
function(
$sender_name,
$message,
$subject,
$actor_url,
$remote_url,
$reply_to
) {
// Your code here.
},
10,
6
);$sender_name$message$subject$actor_url$remote_url$reply_to
do_action( 'notify_unknown_friend_message_received', $sender_name, $message, $subject, $actor_url, $remote_url, $reply_to )