Title: Age Gate Lite
Author: SiD
Published: <strong>November 8, 2019</strong>
Last modified: July 13, 2022

---

Search plugins

![](https://ps.w.org/age-gate-lite/assets/banner-772x250.png?rev=2188138)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/age-gate-lite/assets/icon-256x256.png?rev=2188138)

# Age Gate Lite

 By [SiD](https://profiles.wordpress.org/siddhu09rocks/)

[Download](https://downloads.wordpress.org/plugin/age-gate-lite.zip)

 * [Details](https://frp.wordpress.org/plugins/age-gate-lite/#description)
 * [Reviews](https://frp.wordpress.org/plugins/age-gate-lite/#reviews)
 *  [Installation](https://frp.wordpress.org/plugins/age-gate-lite/#installation)
 * [Development](https://frp.wordpress.org/plugins/age-gate-lite/#developers)

 [Support](https://wordpress.org/support/plugin/age-gate-lite/)

## Description

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>
    ```

## Screenshots

 * [[
 * Front-end Display
 * [[
 * AGL Settings

## Installation

 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or 
    install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Configure the plugin

## FAQ

### Where are AGL settings?

You can find Age Gate Lite menu item in Admin area

### AGL CSS look weird

We have kept everything lightweight. Your Parent theme is in-charge of how font 
and their sizes etc.. You can override with custom CSS.

## Reviews

![](https://secure.gravatar.com/avatar/c088b36f5ae4e2d8dcc0630c0388869ee4755f7f117b2e7241d2fb94063d05bb?
s=60&d=retro&r=g)

### 󠀁[easy, exactly what it says](https://wordpress.org/support/topic/easy-exactly-what-it-says/)󠁿

 [Tabitha](https://profiles.wordpress.org/30women/) October 13, 2025

good plugin. simple and to the point. at first I was confused about how to customise
and activate so here’s how: Install it Activate it check for “age gate” somewhere
on your admin menu customize it for your website no coding needed, no shortcodes,
no widgets. It appears without you doing anything. Save your settings, test it and
there you go 🙂 Thanks for the plugin!

![](https://secure.gravatar.com/avatar/de13ccddccaa0243c75f577d787ee3c01a77031dc4a55f0a3e08922d1e7a3cd5?
s=60&d=retro&r=g)

### 󠀁[Cool](https://wordpress.org/support/topic/cool-1243/)󠁿

 [digitalmediaSLO](https://profiles.wordpress.org/digitalmediaslo/) February 3, 
2023

Works fine! Just can’t find where can I translate the “continue to site” string

![](https://secure.gravatar.com/avatar/94e2905aea5ec8c66b7110064a522baa1cd336cf298b6c95e45bba9054241108?
s=60&d=retro&r=g)

### 󠀁[Age discrimination is a disgrace](https://wordpress.org/support/topic/age-discrimination-is-a-disgrace/)󠁿

 [Vina](https://profiles.wordpress.org/valinax/) December 2, 2022

Unacceptable.

![](https://secure.gravatar.com/avatar/76979d1b1533f4b6cc4ac444453881a60554069b8464505a16eab8ae020ccde0?
s=60&d=retro&r=g)

### 󠀁[Simple and perfect](https://wordpress.org/support/topic/simple-and-perfect-215/)󠁿

 [csakeva](https://profiles.wordpress.org/csakeva/) November 28, 2022

Thanks!

![](https://secure.gravatar.com/avatar/6bd5f5c10586f7a2c9ad6a41df349ec3ffd0073ff8dfdb6d914b588bbcde86c6?
s=60&d=retro&r=g)

### 󠀁[Brilliant](https://wordpress.org/support/topic/brilliant-1544/)󠁿

 [moorej](https://profiles.wordpress.org/moorej/) November 15, 2022

What a fantastic little age gate plugin. I use it for an online liquor shop. Easy
to set up, not a lot of configuration capabilities, but it does what it needs to.
Like the redirect if user ticks NO.

![](https://secure.gravatar.com/avatar/49fbaf0f05a8aaae306f9e68f64a51ea84fe28003c38aaa285acd7fc622fb74f?
s=60&d=retro&r=g)

### 󠀁[Exactly what I’m looking for](https://wordpress.org/support/topic/exactly-what-im-looking-for-16/)󠁿

 [roli974](https://profiles.wordpress.org/roli974/) May 27, 2020 1 reply

Perfectly what I’m looking for, but it would be even more perfect if we could translate
the (Yes/No)

 [ Read all 6 reviews ](https://wordpress.org/support/plugin/age-gate-lite/reviews/)

## Contributors & Developers

“Age Gate Lite” is open source software. The following people have contributed to
this plugin.

Contributors

 *   [ SiD ](https://profiles.wordpress.org/siddhu09rocks/)

[Translate “Age Gate Lite” into your language.](https://translate.wordpress.org/projects/wp-plugins/age-gate-lite)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/age-gate-lite/), check
out the [SVN repository](https://plugins.svn.wordpress.org/age-gate-lite/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/age-gate-lite/) 
by [RSS](https://plugins.trac.wordpress.org/log/age-gate-lite/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.0.7

 * Fixed Plugin files loading hook

#### 0.0.6

 * Added Custom Event Listeners

#### 0.0.5

 * Added Custom Yes / No button labels support

#### 0.0.4

 * Fixed Main Title field issue

#### 0.0.3

 * Fixed Broken XML issues

#### 0.0.2

 * AMP Support

#### 0.0.1

 * Initial release

## Meta

 *  Version **0.0.7**
 *  Last updated **4 years ago**
 *  Active installations **2,000+**
 *  WordPress version ** 4.0 or higher **
 *  PHP version ** 5.2.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/age-gate-lite/)
 * Tags
 * [age](https://frp.wordpress.org/plugins/tags/age/)[age gate](https://frp.wordpress.org/plugins/tags/age-gate/)
   [age verification](https://frp.wordpress.org/plugins/tags/age-verification/)[age verify](https://frp.wordpress.org/plugins/tags/age-verify/)
   [cannabis](https://frp.wordpress.org/plugins/tags/cannabis/)
 *  [Advanced View](https://frp.wordpress.org/plugins/age-gate-lite/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  6 5-star reviews     ](https://wordpress.org/support/plugin/age-gate-lite/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/age-gate-lite/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/age-gate-lite/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/age-gate-lite/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/age-gate-lite/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/age-gate-lite/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/age-gate-lite/reviews/)

## Contributors

 *   [ SiD ](https://profiles.wordpress.org/siddhu09rocks/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/age-gate-lite/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.me/siddhu09rocks)