=== Age Gate Lite ===
Donate link: https://www.paypal.me/siddhu09rocks
Contributors: siddhu09rocks
Tags: age, age gate, age verification, cannabis, age verify, adults-only, popup, modal, over 18, over 19, over 20, over 21, pop-up, popup, restrict, splash, beer, alcohol, restriction
Requires at least: 4.0
Tested up to: 6
Stable tag: trunk
Requires PHP: 5.2.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

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

== 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.

<strong>Devs 👨‍💻</strong>

Avaliable JS Event Listeners - agl_passed & agl_failed.

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


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


== Frequently Asked Questions ==

= 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.

== Screenshots ==

1. Front-end Display
2. AGL Settings

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

== Upgrade Notice ==

= 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
