wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



send_retrieve_password_email › WordPress Filter Hooks

Seit6.0.0
Veraltetn/v
apply_filters( 'send_retrieve_password_email', true, $user_login, $user_data )
Parameter: (3)
  • (bool) $send Whether to send the email.
    Erforderlich: Ja
  • (string) $user_login The username for the user.
    Erforderlich: Ja
  • (WP_User) $user_data WP_User object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to send the retrieve password email.

Return false to disable sending the email.





Quellcode

if ( ! apply_filters( 'send_retrieve_password_email', true, $user_login, $user_data ) ) {