Support

Account

Home Forums ACF PRO Password Protect Reply To: Password Protect

  • You wrap everything that you don’t want show with it if a password is required.

    
    if (!post_password_required()) {
      everything you don't want displayed here when password is required.
    }