Skip to content

friends_send_direct_message

github-actions[bot] edited this page Dec 11, 2025 · 3 revisions

Auto-generated Example

add_filter(
   'friends_send_direct_message',
    function(
        $ret,
        $friend_user,
        $to,
        $message,
        $subject,
        $reply_to_post_id
    ) {
        // Your code here.
        return $ret;
    },
    10,
    6
);

Parameters

  • $ret
  • $friend_user
  • $to
  • $message
  • $subject
  • $reply_to_post_id

Files

apply_filters( 'friends_send_direct_message', null, $friend_user, $to, $message, $subject, $reply_to_post_id )

← All Hooks

Clone this wiki locally