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



send_retrieve_password_email › Filtr WordPress Hooks

Od6.0.0
Przestarzałyn/a
apply_filters( 'send_retrieve_password_email', true, $user_login, $user_data )
Parametry: (3)
  • (bool) $send Whether to send the email.
    Wymagane: Tak
  • (string) $user_login The username for the user.
    Wymagane: Tak
  • (WP_User) $user_data WP_User object.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters whether to send the retrieve password email.

Return false to disable sending the email.





Źródło

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