retrieve_password_notification_email

retrieve_password_notification_email

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('retrieve_password_notification_email') is found 1 times:

  • /wp-includes/user.php line 3318
    3314
    3315
    3316
    3317
    3318
    3319
    3320
    3321
    3322
    3323
    3324
    * @param string  $key        The activation key.
     * @param string  $user_login The username for the user.
     * @param WP_User $user_data  WP_User object.
     */
    $notification_email = apply_filters( 'retrieve_password_notification_email', $defaults, $key, $user_login, $user_data );
     
    if ( $switched_locale ) {
        restore_previous_locale();
    }
     
    if ( is_array( $notification_email ) ) {