Skip to content

notify_friend_message_received

Alex Kirk edited this page Apr 9, 2024 · 9 revisions

Auto-generated Example

add_action(
    'notify_friend_message_received',
    function (
        $friend_user,
        $message,
        $subject
    ) {
        // Your code here
    },
    10,
    3
);

Parameters

  • $friend_user
  • $message
  • $subject

Files

do_action( 'notify_friend_message_received', $friend_user, $message, $subject )

Hooks

Clone this wiki locally