Changeset 2527848
- Timestamp:
- 05/07/2021 10:37:52 AM (5 years ago)
- Location:
- age-gate-lite/trunk
- Files:
-
- 2 edited
-
age-gate-lite.php (modified) (2 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
age-gate-lite/trunk/age-gate-lite.php
r2380787 r2527848 3 3 Plugin Name: Age Gate Lite 4 4 description: A lightweight, customisable age gate to lock content from younger audience. 5 Version: 0.0. 65 Version: 0.0.7 6 6 Author: siddhu09rocks 7 7 Author URI: https://www.phenomcraftstudios.com/ … … 20 20 public function __construct() { 21 21 22 add_action( ' template_redirect', array( &$this, 'agl_functions' ), 20 );22 add_action( 'wp_head', array( &$this, 'agl_functions' ), 20 ); 23 23 24 24 // indicates we are running the admin -
age-gate-lite/trunk/readme.txt
r2495576 r2527848 22 22 This plugin is absolutely, 100% free. 23 23 24 AMP support included.25 26 24 Success message section included can be used for Email / Newsletter Opt-in or Promotional messages. 27 25 … … 41 39 </script> 42 40 </code> 43 44 41 45 42 … … 68 65 == Changelog == 69 66 67 = 0.0.7 = 68 * Fixed Plugin files loading hook 69 70 70 = 0.0.6 = 71 71 * Added Custom Event Listeners … … 88 88 == Upgrade Notice == 89 89 90 = 0.0.7 = 91 Fixed Plugin files loading hook 92 90 93 = 0.0.6 = 91 94 Added Custom Event Listeners
Note: See TracChangeset
for help on using the changeset viewer.