wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



recovery_mode_email › Filtr WordPress Hooks

Od5.6.0
Przestarzałyn/a
apply_filters( 'recovery_mode_email', $email, $url )
Parametry: (2)
  • (array) $email { Used to build a call to wp_mail(). @type string|array $to Array or comma-separated list of email addresses to send message. @type string $subject Email subject @type string $message Message contents @type string|array $headers Optional. Additional headers. @type string|array $attachments Optional. Files to attach. }
    Wymagane: Tak
  • (string) $url URL to enter recovery mode.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the contents of the Recovery Mode email.





Źródło

$email = apply_filters( 'recovery_mode_email', $email, $url );