Plugin Directory

Changeset 2527848


Ignore:
Timestamp:
05/07/2021 10:37:52 AM (5 years ago)
Author:
siddhu09rocks
Message:

Fixed Plugin files loading hook

Location:
age-gate-lite/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • age-gate-lite/trunk/age-gate-lite.php

    r2380787 r2527848  
    33Plugin Name: Age Gate Lite
    44description: A lightweight, customisable age gate to lock content from younger audience.
    5 Version: 0.0.6
     5Version: 0.0.7
    66Author: siddhu09rocks
    77Author URI: https://www.phenomcraftstudios.com/
     
    2020        public function __construct() {
    2121
    22             add_action( 'template_redirect', array( &$this, 'agl_functions' ), 20 );           
     22            add_action( 'wp_head', array( &$this, 'agl_functions' ), 20 );         
    2323           
    2424            // indicates we are running the admin
  • age-gate-lite/trunk/readme.txt

    r2495576 r2527848  
    2222This plugin is absolutely, 100% free.
    2323
    24 AMP support included.
    25 
    2624Success message section included can be used for Email / Newsletter Opt-in or Promotional messages.
    2725
     
    4139</script>
    4240</code>
    43 
    4441
    4542
     
    6865== Changelog ==
    6966
     67= 0.0.7 =
     68* Fixed Plugin files loading hook
     69
    7070= 0.0.6 =
    7171* Added Custom Event Listeners
     
    8888== Upgrade Notice ==
    8989
     90= 0.0.7 =
     91Fixed Plugin files loading hook
     92
    9093= 0.0.6 =
    9194Added Custom Event Listeners
Note: See TracChangeset for help on using the changeset viewer.