-
Notifications
You must be signed in to change notification settings - Fork 20
friends_send_direct_message
github-actions[bot] edited this page Dec 11, 2025
·
3 revisions
add_filter(
'friends_send_direct_message',
function(
$ret,
$friend_user,
$to,
$message,
$subject,
$reply_to_post_id
) {
// Your code here.
return $ret;
},
10,
6
);$ret$friend_user$to$message$subject$reply_to_post_id
apply_filters( 'friends_send_direct_message', null, $friend_user, $to, $message, $subject, $reply_to_post_id )