Skip to content

friends_send_mail

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

Auto-generated Example

add_filter(
    'friends_send_mail',
    function (
        bool $true,
        $to,
        $subject,
        $message,
        $headers,
        $attachments
    ) {
        // Your code here
        return $true;
    },
    10,
    6
);

Parameters

  • bool $true
  • $to
  • $subject
  • $message
  • $headers
  • $attachments

Files

apply_filters( 'friends_send_mail', true, $to, $subject, $message, $headers, $attachments )

Hooks

Clone this wiki locally