apply_filters( 'el_wp_mail_log', $mail_info );
Description
Use this filter to modify the arguments, that are passed to the wp_mail
function, before 'Email Log' plugin logs.
Parameters
- $mail_info : Array. A compacted array of wp_mail() arguments, including the 'to' 'email', 'subject', 'message', 'headers', and 'attachments' values.