wp_mail_succeeded, $mail_data

wp_mail_succeeded, $mail_data

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('wp_mail_succeeded, $mail_data') is found 1 times:

  • /wp-includes/pluggable.php line 651
    			 *     @type string[] $attachments Paths to files to attach.
    			 *     @type string[] $embeds      Paths to files to embed.
    			 * }
    			 */
    			do_action( 'wp_mail_succeeded', $mail_data );
    
    			return $send;
    		} catch ( PHPMailer\PHPMailer\Exception $e ) {
    			$mail_data['phpmailer_exception_code'] = $e->getCode();
    
    			/**