Changeset 2858782
- Timestamp:
- 02/02/2023 07:14:14 AM (3 years ago)
- Location:
- seers-cookie-consent-banner-privacy-policy
- Files:
-
- 2 edited
-
tags/Development Versions/templates/frontend-popup.php (modified) (1 diff)
-
trunk/templates/frontend-popup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
seers-cookie-consent-banner-privacy-policy/tags/Development Versions/templates/frontend-popup.php
r2858775 r2858782 2073 2073 2074 2074 if (days) { 2075 let expirindays = <?php echo ((get_option('SCCBPP_cookie_consent_cookies_expiry')) ? get_option('SCCBPP_cookie_consent_cookies_expiry') : 0);?>;2075 let expirindays = <?php echo ((get_option('SCCBPP_cookie_consent_cookies_expiry')) ? get_option('SCCBPP_cookie_consent_cookies_expiry') : 1 );?>; 2076 2076 var date = new Date(); 2077 2077 //date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); -
seers-cookie-consent-banner-privacy-policy/trunk/templates/frontend-popup.php
r2858775 r2858782 2073 2073 2074 2074 if (days) { 2075 let expirindays = <?php echo ((get_option('SCCBPP_cookie_consent_cookies_expiry')) ? get_option('SCCBPP_cookie_consent_cookies_expiry') : 0);?>;2075 let expirindays = <?php echo ((get_option('SCCBPP_cookie_consent_cookies_expiry')) ? get_option('SCCBPP_cookie_consent_cookies_expiry') : 1 );?>; 2076 2076 var date = new Date(); 2077 2077 //date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
Note: See TracChangeset
for help on using the changeset viewer.