wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



send_retrieve_password_email › WordPress Filter Hooks

Da6.0.0
Deprecaton/a
apply_filters( 'send_retrieve_password_email', true, $user_login, $user_data )
Parametri: (3)
  • (bool) $send Whether to send the email.
    Richiesto:
  • (string) $user_login The username for the user.
    Richiesto:
  • (WP_User) $user_data WP_User object.
    Richiesto:
Definito a:
Codex:

Filters whether to send the retrieve password email.

Return false to disable sending the email.





Sorgenti

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