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