wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



show_password_fields › Les Filtres WordPress

Depuis4.4.0
Dépréciéen/a
apply_filters( 'show_password_fields', true, $profile_user )
Paramètres: (2)
  • (bool) $show Whether to show the password fields. Default true.
    Requis: Oui
  • (WP_User) $profile_user User object for the current user to edit.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the display of the password fields.





Source

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