Changeset 38604
- Timestamp:
- 09/14/2016 09:36:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r38603 r38604 800 800 801 801 /** 802 * Filter whether a post requires the user to supply a password. 802 * Filters whether a post requires the user to supply a password. 803 * 804 * @since 4.7.0 803 805 * 804 806 * @param bool $required Whether the user needs to supply a password. True if password has not been 805 807 * provided or is incorrect, false if password has been supplied or is not required. 806 * @param WP_Post $post Post data.808 * @param WP_Post $post Post data. 807 809 */ 808 810 return apply_filters( 'post_password_required', $required, $post );
Note: See TracChangeset
for help on using the changeset viewer.