Users: Add new hooks to filter retrieve password emails.
This change introduces two new hooks to help developers to filter retrieve password emails: - `send_retrieve_password_email` can be used to filter whether to send the retrieve password email; - `retrieve_password_notification_email` can be used to filter the contents of the reset password notification email sent to the user. This changesets also adds unit tests for these new filters. Props connapptivity, costdev, audrasjb, johnbillion. Fixes #54690. Built from https://develop.svn.wordpress.org/trunk@52604 git-svn-id: http://core.svn.wordpress.org/trunk@52192 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.0-alpha-52603';
|
||||
$wp_version = '6.0-alpha-52604';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user