$output
string
The password form HTML output.
$post
WP_Post
Post object.
$invalid_password
string
The invalid password message.
Source
wp-includes/post-template.php
Copy
return apply_filters( 'the_password_form', $output, $post, $invalid_password );
$output
string
The password form HTML output.
$post
WP_Post
Post object.
$invalid_password
string
The invalid password message.
Source
wp-includes/post-template.php
Copy
return apply_filters( 'the_password_form', $output, $post, $invalid_password );
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.
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.