Skip to content

friends_send_mail

Alex Kirk edited this page Apr 5, 2024 · 11 revisions
add_filter(
    'friends_send_mail',
    function ( $to ) {
        // Your code here
        return $to;
    }
);

Parameters

  • $to

Files

Hooks

Clone this wiki locally