Skip to content

1.8

Compare
Choose a tag to compare
@benhuson benhuson released this 02 Dec 19:23
· 215 commits to master since this release

Added

  • Support for adding "password-protected-login.php" in theme directory.
  • Allow filtering of the 'redirect to' URL via the 'password_protected_login_redirect_url' filter.
  • Added 'password_protected_login_messages' action to output errors and messages in template.
  • Updated translations.

Changed

  • Use current_time( 'timestamp' ) instead of time() to take into account site timezone.
  • Check login earlier in the template_redirect action.