apply_filters( 'wp_mail', array $args )

Filters the wp_mail() arguments.


Description


Parameters

$args

(array) A compacted array of wp_mail() arguments, including the "to" email, subject, message, headers, and attachments values.


Top ↑

Source

File: wp-includes/pluggable.php

View on Trac


Top ↑

Changelog

Version Description
2.2.0 Introduced.