wpseek.com
A WordPress-centric search engine for devs and theme authors
the_password_form › WordPress Filter Hooks
Since6.8.0
Deprecatedn/a
› apply_filters( 'the_password_form', $output, $post, $invalid_password )
| Parameters: (3) |
|
| Defined at: |
|
| Codex: |
Filters the HTML output for the protected post password form.
If modifying the password field, please note that the WordPress database schema limits the password field to 255 characters regardless of the value of the `minlength` or `maxlength` attributes or other validation that may be added to the input.Related Functions: get_the_password_form, the_post_password, reset_password, retrieve_password, wp_check_password, check_password_reset_key
Related Hooks: lostpassword_form, check_password, after_password_reset, check_passwords, lostpassword_errors