Skip to content

notify_friend_message_received

github-actions[bot] edited this page Jul 28, 2026 · 34 revisions

Auto-generated Example

add_action(
   'notify_friend_message_received',
    function(
        $friend_user,
        $message,
        $subject,
        $feed_url,
        $remote_url,
        $reply_to
    ) {
        // Your code here.
    },
    10,
    6
);

Parameters

  • $friend_user
  • $message
  • $subject
  • $feed_url Other variable names: $get_url
  • $remote_url
  • $reply_to

Files

do_action( 'notify_friend_message_received', $friend_user, $message, $subject, $feed_url, $remote_url, $reply_to )
do_action( 'notify_friend_message_received', $friend_user, $message, $subject, $user_feed->get_url(), $remote_url, $reply_to )

← All Hooks

Clone this wiki locally