post_password_expires, time(

post_password_expires, time(

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('post_password_expires, time(') is found 1 times:

  • /modules/comments/comments.php line 178
     
    		$postpass_cookie_value = sanitize_text_field( wp_unslash( $_COOKIE[ $postpass_cookie_key ] ) );
    
    		if ( empty( $_COOKIE['verbum-wp-postpass'] ) || ( $_COOKIE['verbum-wp-postpass'] !== $postpass_cookie_value ) ) {
    			$expire = apply_filters( 'post_password_expires', time() + 10 * DAY_IN_SECONDS );
    
    			jetpack_shim_setcookie(
    				$postpass_cookie_key,
    				$postpass_cookie_value,
    				array(
    					'expires'  => $expire,