Age Gate Lite

Age Gate Lite Install Statistics

11
200%
Today: 22 Yesterday: 11 All-time: 10,889 downloads
Age Gate Lite Icon

Try plugin: Age Gate Lite

We'll create fresh WordPress site with Age Gate Lite installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Age Gate Lite

A lightweight, customisable age gate to lock content from younger audience.

5


0


0


0


0

updated: 2 years ago
since: 4 years ago
author: siddhu09rocks

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>