• When you choose to password protect your calendar, the calendar is displayed anyway without any password. The word “Protected” appears in the title, but the content is available anyway.

    To correct it, it would be enough to correct the first line of the filter_post_content method of includes/post-types.php by checking the protection :
    if ( is_singular() && !post_password_required() )

The topic ‘Bug with password protection [RESOLVED]’ is closed to new replies.