WordPress / servehappy

Information page about PHP versions and updates, to be used through the WordPress.org project.
https://meta.trac.wordpress.org/ticket/2996
GNU General Public License v2.0
53 stars 13 forks source link

Discuss recovery email filtering #41

Open schlessera opened 5 years ago

schlessera commented 5 years ago

We should discuss with #hosting what the needs are for adapting the default recovery link behavior to make it manageable at scale.

schlessera commented 5 years ago

Per @TimothyBJacobs:

Constant is RECOVERY_MODE_EMAIL, filter is recovery_mode_email which is the traditional wp_mail() filter used in core that filters the to, content, subject, etc….

For reference: https://github.com/wp-core-php/wordpress-develop/pull/6/files#diff-9fb7400cf4a880f1120d64a8c41e6249R386

schlessera commented 5 years ago

Related PR: https://github.com/wp-core-php/wordpress-develop/pull/6