Changeset 3376797
- Timestamp:
- 10/11/2025 09:00:44 PM (4 months ago)
- Location:
- uniconsent-cmp
- Files:
-
- 2 edited
- 6 copied
-
tags/1.6.1 (copied) (copied from uniconsent-cmp/trunk)
-
tags/1.6.1/README.txt (copied) (copied from uniconsent-cmp/trunk/README.txt)
-
tags/1.6.1/includes/class-unic-cmp.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-cmp.php)
-
tags/1.6.1/public/class-unic-public.php (modified) (2 diffs)
-
tags/1.6.1/public/js/unic.js (copied) (copied from uniconsent-cmp/trunk/public/js/unic.js)
-
tags/1.6.1/public/js/unic.min.js (copied) (copied from uniconsent-cmp/trunk/public/js/unic.min.js)
-
tags/1.6.1/uniconsent-cmp.php (copied) (copied from uniconsent-cmp/trunk/uniconsent-cmp.php)
-
trunk/public/class-unic-public.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uniconsent-cmp/tags/1.6.1/public/class-unic-public.php
r3308091 r3376797 59 59 echo "<script>\n"; 60 60 echo "window.__unic_config_v2 = ".$unic_init.";\n"; 61 echo "window.wp_consent_type = 'optin';\n"; 61 62 echo "</script>\n"; 62 63 echo $unic_stub_v2."\n"; … … 67 68 echo "<script>\n"; 68 69 echo "window.__unic_config_v2 = ".$unic_init.";\n"; 70 echo "window.wp_consent_type = 'optin';\n"; 69 71 echo "</script>\n"; 70 72 echo $unic_stub_v2."\n"; -
uniconsent-cmp/trunk/public/class-unic-public.php
r3308091 r3376797 59 59 echo "<script>\n"; 60 60 echo "window.__unic_config_v2 = ".$unic_init.";\n"; 61 echo "window.wp_consent_type = 'optin';\n"; 61 62 echo "</script>\n"; 62 63 echo $unic_stub_v2."\n"; … … 67 68 echo "<script>\n"; 68 69 echo "window.__unic_config_v2 = ".$unic_init.";\n"; 70 echo "window.wp_consent_type = 'optin';\n"; 69 71 echo "</script>\n"; 70 72 echo $unic_stub_v2."\n";
Note: See TracChangeset
for help on using the changeset viewer.