recovery_mode_email

recovery_mode_email

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('recovery_mode_email') is found 1 times:

  • /wp-includes/class-wp-recovery-mode-email-service.php line 223
    		 *     @type string|array $attachments Optional. Files to attach.
    		 * }
    		 * @param string $url   URL to enter recovery mode.
    		 */
    		$email = apply_filters( 'recovery_mode_email', $email, $url );
    
    		$sent = wp_mail(
    			$email['to'],
    			wp_specialchars_decode( sprintf( $email['subject'], $blogname ) ),
    			$email['message'],
    			$email['headers'],