Changeset 52605 for trunk/src/wp-includes/user.php
- Timestamp:
- 01/19/2022 12:40:57 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r52604 r52605 2940 2940 2941 2941 /** 2942 * Filter whether to send the retrieve password email.2942 * Filters whether to send the retrieve password email. 2943 2943 * 2944 2944 * @since 6.0.0 2945 2945 * 2946 * @param bool $send False to prevent sending. Default : true2946 * @param bool $send False to prevent sending. Default true. 2947 2947 */ 2948 2948 if ( ! apply_filters( 'send_retrieve_password_email', true ) ) { … … 3040 3040 3041 3041 /** 3042 * Filter the contents of the reset password notification email sent to the user.3042 * Filters the contents of the reset password notification email sent to the user. 3043 3043 * 3044 3044 * @since 6.0.0
Note: See TracChangeset
for help on using the changeset viewer.