wpseek.com
A WordPress-centric search engine for devs and theme authors



show_password_fields › WordPress Filter Hooks

Since4.4.0
Deprecatedn/a
apply_filters( 'show_password_fields', true, $profile_user )
Parameters: (2)
  • (bool) $show Whether to show the password fields. Default true.
    Required: Yes
  • (WP_User) $profile_user User object for the current user to edit.
    Required: Yes
Defined at:
Codex:

Filters the display of the password fields.





Source

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