Customize Label for Login Form
To customize default label for login form, edit and put following code to your functions.php file:
add_filter( 'user_meta_default_login_form', 'user_meta_default_login_form_function' ); function user_meta_default_login_form_function( $config ){ $config['login_label'] = "Your desire text for login input"; $config['pass_label'] = "Your desire text for password input"; $config['remember_label'] = "Your desire text for rember me checkbox"; $config['button_value'] = "Your desire text for login button"; return $config; }
User Meta Pro is a well-designed, feature-rich. It is easy to use user management plugin. Since, it allows front-end profile update, user registration with extra fields. Additionally, email notifications and many more. As, User Meta Pro is also a versatile user profile builder and user management plugin for WordPress.User Meta Pro YouTube customize label