Changeset 33245
- Timestamp:
- 07/13/2015 10:14:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r33244 r33245 2276 2276 2277 2277 /** 2278 * Filter the email sent when the user's passwordis changed.2278 * Filter the contents of the email sent when the user's email is changed. 2279 2279 * 2280 2280 * @since 4.3.0 2281 2281 * 2282 2282 * @param array $email_change_email { 2283 * Used to build wp_mail(). https://developer.wordpress.org/reference/functions/wp_mail/2283 * Used to build wp_mail(). 2284 2284 * @type string $to The intended recipients. 2285 2285 * @type string $subject The subject of the email. 2286 2286 * @type string $message The content of the email. 2287 2287 * The following strings have a special meaning and will get replaced dynamically: 2288 * ###USERNAME### The current user's username.2289 * ###ADMIN_EMAIL### The admin email in case this was unexpected.2290 * ###EMAIL### The old email.2291 * ###SITENAME### The name of the site.2292 * ###SITEURL### The URL to the site.2288 * - ###USERNAME### The current user's username. 2289 * - ###ADMIN_EMAIL### The admin email in case this was unexpected. 2290 * - ###EMAIL### The old email. 2291 * - ###SITENAME### The name of the site. 2292 * - ###SITEURL### The URL to the site. 2293 2293 * @type string $headers Headers. 2294 2294 * }
Note: See TracChangeset
for help on using the changeset viewer.