Changeset 1796844
- Timestamp:
- 01/04/2018 06:55:01 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
simple-age-restriction-warning/trunk/simple-age-restriction-warning.php
r1792349 r1796844 41 41 42 42 } 43 add_action( 'wp_enqueue_scripts', 'sarw_scripts' );44 45 46 47 43 48 44 function sarw_footer() { … … 63 59 } 64 60 61 if(empty($_COOKIE['sarw-popup'])) { 62 add_action( 'wp_enqueue_scripts', 'sarw_scripts' ); 63 add_action( 'wp_footer', 'sarw_footer', 100 ); 64 } 65 65 66 67 68 69 add_action( 'wp_footer', 'sarw_footer', 100 );
Note: See TracChangeset
for help on using the changeset viewer.