Skip to content

notify_unknown_friend_message_received

github-actions[bot] edited this page Mar 4, 2026 · 7 revisions

Auto-generated Example

add_action(
   'notify_unknown_friend_message_received',
    function(
        $sender_name,
        $message,
        $subject,
        $actor_url,
        $remote_url,
        $reply_to
    ) {
        // Your code here.
    },
    10,
    6
);

Parameters

  • $sender_name
  • $message
  • $subject
  • $actor_url
  • $remote_url
  • $reply_to

Files

do_action( 'notify_unknown_friend_message_received', $sender_name, $message, $subject, $actor_url, $remote_url, $reply_to )

← All Hooks

Clone this wiki locally