friends_send_direct_message - akirk/friends GitHub Wiki
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 )