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



show_password_fields › WordPress Filter Hooks

Da4.4.0
Deprecaton/a
apply_filters( 'show_password_fields', true, $profile_user )
Parametri: (2)
  • (bool) $show Whether to show the password fields. Default true.
    Richiesto:
  • (WP_User) $profile_user User object for the current user to edit.
    Richiesto:
Definito a:
Codex:

Filters the display of the password fields.





Sorgenti

$show_password_fields = apply_filters( 'show_password_fields', true, $profile_user );