Age Gate Lite
A lightweight, customisable age gate to lock content from younger audience.
The facts
- Rating
- 5★ from 6
- Active installs
- 2k+
- Price
- Free
- Last updated
- 20 May 2026
- Added
- Nov 2019
- Requires WP
- 4.0
- Tested up to
- WP 7.0.4
- Requires PHP
- 5.2.4
- Downloads
- 16,577
Our analysis
AI-assistedAge Gate Lite is a WordPress plugin that allows you to set up an age restriction pop-up for content related to cannabis, alcohol, gambling, or other adult themes. It is designed to be user-friendly and lightweight, requiring users to simply confirm their age with a Yes or No response.
The plugin includes a success message section that can be used for email or newsletter opt-ins, as well as promotional messages. It is suitable for site owners who need to ensure that their content is accessed only by an appropriate audience.
Best for: This plugin is best for websites that feature adult content requiring age verification.
What it does well
- ✓User-friendly and simple to configure
- ✓Lightweight design
- ✓Includes success message section for opt-ins
- ✓Free to use
- ✓Active installation count of 2,000
Where it falls short
- •Limited feature information provided
- •No advanced customisation options mentioned
Verdict
Age Gate Lite provides a straightforward solution for age verification on adult-themed sites. It may suit those looking for a simple, free option without extensive features.
From the developer
SiD's own description of Age Gate Lite, lightly tidied.
If your content or products are about cannabis, alcohol, gambling or other adult content.
Age Gate Lite makes it easier then ever to configure and style an age restriction pop up to protect younger audience.
It is designed to be user friendly, simple lightweight and only requires users to confirm their age ( Yes / No ).
This plugin is absolutely, 100% free.
Success message section included can be used for Email / Newsletter Opt-in or Promotional messages.
Devs 👨💻
Avaliable JS Event Listeners – agl_passed & agl_failed.
<script>
document.addEventListener("agl_passed", function() {
// Insert yor code for Age Gate Passed ;
});
document.addEventListener("agl_failed", function() {
// Insert yor code for Age Gate Failed');
});
</script>