Filters whether a post requires the user to supply a password.
Parameters
$requiredbool- Whether the user needs to supply a password. True if password has not been provided or is incorrect, false if password has been supplied or is not required.
$postWP_Post- Post object.
Source
return apply_filters( 'post_password_required', $required, $post );
Changelog
| Version | Description |
|---|---|
| 4.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.