show_password_fields, true, $profile_user
show_password_fields, true, $profile_user
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('show_password_fields, true, $profile_user') is found 1 times:
- /wp-admin/user-edit.php line 680
* * @param bool $show Whether to show the password fields. Default true. * @param WP_User $profile_user User object for the current user to edit. */ $show_password_fields = apply_filters( 'show_password_fields', true, $profile_user ); ?> <?php if ( $show_password_fields ) : ?> </table> <h2><?php _e( 'Account Management' ); ?></h2>