Title: Age Gate Lite
Author: SiD
Published: <strong>8 novembre 2019</strong>
Last modified: 13 juillet 2022

---

Recherche d’extensions

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

Cette extension **n’a pas été testée avec plus de trois mises à jour majeures de
WordPress**. Elle peut ne plus être maintenue ou supportée et peut avoir des problèmes
de compatibilité lorsqu’elle est utilisée avec des versions de WordPress plus récentes.

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

# Age Gate Lite

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

[Télécharger](https://downloads.wordpress.org/plugin/age-gate-lite.zip)

 * [Détails](https://fr-be.wordpress.org/plugins/age-gate-lite/#description)
 * [Avis](https://fr-be.wordpress.org/plugins/age-gate-lite/#reviews)
 *  [Installation](https://fr-be.wordpress.org/plugins/age-gate-lite/#installation)
 * [Développement](https://fr-be.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>
    ```

## Captures d’écran

 * [[
 * 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.

## Avis

![](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/) 13 octobre 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/) 3 février 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/) 2 décembre 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/) 28 novembre 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/) 15 novembre 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/) 27 mai 2020 1 reply

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

 [ Lire les 6 avis ](https://wordpress.org/support/plugin/age-gate-lite/reviews/)

## Contributeurs & développeurs

« Age Gate Lite » est un logiciel libre. Les personnes suivantes ont contribué à
cette extension.

Contributeurs

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

[Traduisez « Age Gate Lite » dans votre langue.](https://translate.wordpress.org/projects/wp-plugins/age-gate-lite)

### Le développement vous intéresse ?

[Parcourir le code](https://plugins.trac.wordpress.org/browser/age-gate-lite/), 
consulter le [SVN dépôt](https://plugins.svn.wordpress.org/age-gate-lite/), ou s’inscrire
au [journal de développement](https://plugins.trac.wordpress.org/log/age-gate-lite/)
par [RSS](https://plugins.trac.wordpress.org/log/age-gate-lite/?limit=100&mode=stop_on_copy&format=rss).

## Journal

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

## Méta

 *  Version **0.0.7**
 *  Last updated **il y a 4 années**
 *  Active installations **2 000+**
 *  WordPress version ** 4.0 ou plus **
 *  PHP version ** 5.2.4 ou plus **
 *  Language
 * [English (US)](https://wordpress.org/plugins/age-gate-lite/)
 * Tags
 * [age](https://fr-be.wordpress.org/plugins/tags/age/)[age gate](https://fr-be.wordpress.org/plugins/tags/age-gate/)
   [age verification](https://fr-be.wordpress.org/plugins/tags/age-verification/)
   [age verify](https://fr-be.wordpress.org/plugins/tags/age-verify/)[cannabis](https://fr-be.wordpress.org/plugins/tags/cannabis/)
 *  [Vue avancée](https://fr-be.wordpress.org/plugins/age-gate-lite/advanced/)

## Notes

 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/)

## Contributeurs

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

## Support

Quelque chose à dire ? Besoin d’aide ?

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

## Faire un don

Souhaitez-vous soutenir l’avancement de cette extension ?

 [ Faire un don à cette extension ](https://www.paypal.me/siddhu09rocks)