apply_filters( 'recovery_mode_email', array $email, string $url )

Filter the contents of the Recovery Mode email.


Description


Parameters

$email

(array) Used to build wp_mail().

$url

(string) URL to enter recovery mode.


Top ↑

Source

File: wp-includes/class-wp-recovery-mode-email-service.php

View on Trac


Top ↑

Changelog

Version Description
5.2.0 Introduced.