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



show_password_fields › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( 'show_password_fields', true, $profile_user )
Parameter: (2)
  • (bool) $show Whether to show the password fields. Default true.
    Erforderlich: Ja
  • (WP_User) $profile_user User object for the current user to edit.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the display of the password fields.





Quellcode

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