Seem to cache password post
-
The plugin seem to cache “Password Protected Posts”.
Therefore a password-protected post returns
both a password form and a post whether cached or not.I think the plugin should check
$post->post_password
incache_control_nocacheables
function,
and do not cache if true.function cache_control_nocacheables() { global $post; $noncacheable = ( is_preview() || is_user_logged_in() || is_trackback() || is_admin() || $post->post_password );
Thank you for reading.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Seem to cache password post’ is closed to new replies.