| 369 | | * @type bool $echo Whether to display the login form or return the form HTML code. |
| 370 | | * Default true (echo). |
| 371 | | * @type string $redirect URL to redirect to. Must be absolute, as in "https://example.com/mypage/". |
| 372 | | * Default is to redirect back to the request URI. |
| 373 | | * @type string $form_id ID attribute value for the form. Default 'loginform'. |
| 374 | | * @type string $label_username Label for the username or email address field. Default 'Username or Email Address'. |
| 375 | | * @type string $label_password Label for the password field. Default 'Password'. |
| 376 | | * @type string $label_remember Label for the remember field. Default 'Remember Me'. |
| 377 | | * @type string $label_log_in Label for the submit button. Default 'Log In'. |
| 378 | | * @type string $id_username ID attribute value for the username field. Default 'user_login'. |
| 379 | | * @type string $id_password ID attribute value for the password field. Default 'user_pass'. |
| 380 | | * @type string $id_remember ID attribute value for the remember field. Default 'rememberme'. |
| 381 | | * @type string $id_submit ID attribute value for the submit button. Default 'wp-submit'. |
| 382 | | * @type bool $remember Whether to display the "rememberme" checkbox in the form. |
| 383 | | * @type string $value_username Default value for the username field. Default empty. |
| 384 | | * @type bool $value_remember Whether the "Remember Me" checkbox should be checked by default. |
| 385 | | * Default false (unchecked). |
| | 370 | * @type bool $echo Whether to display the login form or return the form HTML code. |
| | 371 | * Default true (echo). |
| | 372 | * @type string $redirect URL to redirect to. Must be absolute, as in |
| | 373 | * "https://example.com/mypage/". Default is to redirect back to the |
| | 374 | * request URI. |
| | 375 | * @type string $form_id ID attribute value for the form. Default 'loginform'. |
| | 376 | * @type string $label_username Label for the username or email address field. Default |
| | 377 | * 'Username or Email Address'. |
| | 378 | * @type string $label_password Label for the password field. Default 'Password'. |
| | 379 | * @type string $label_remember Label for the remember field. Default 'Remember Me'. |
| | 380 | * @type string $label_log_in Label for the submit button. Default 'Log In'. |
| | 381 | * @type string $id_username ID attribute value for the username field. Default 'user_login'. |
| | 382 | * @type string $id_password ID attribute value for the password field. Default 'user_pass'. |
| | 383 | * @type string $id_remember ID attribute value for the remember field. Default 'rememberme'. |
| | 384 | * @type string $id_submit ID attribute value for the submit button. Default 'wp-submit'. |
| | 385 | * @type string $placeholder_username Placeholder attribute value for the username field. Default empty. |
| | 386 | * @type string $placeholder_password Placeholder attribute value for the password field. Default empty. |
| | 387 | * @type bool $remember Whether to display the "rememberme" checkbox in the form. |
| | 388 | * @type string $value_username Default value for the username field. Default empty. |
| | 389 | * @type bool $value_remember Whether the "Remember Me" checkbox should be checked by default. |
| | 390 | * Default false (unchecked). |