Filters the display of the password fields.
Parameters
$show
bool- Whether to show the password fields. Default true.
$profile_user
WP_User- User object for the current user to edit.
Source
$show_password_fields = apply_filters( 'show_password_fields', true, $profile_user );
User Contributed Notes
You must log in before being able to contribute a note or feedback.