cj42
Forum Replies Created
-
I am looking to contribute to the plugin to fix the warning.
Can someone explain me how to contribute to the plugin please?The warning is generated by the following two files: com/classes/Javascript.php and com/classes/ScriptsLoader.php
replace the following lines:
Javascript.php – line 119
(https://plugins.trac.ww.wp.xz.cn/browser/popup-builder/trunk/com/classes/Javascript.php)Replace:
php ScriptsIncluder::localizeScript($localizeData['handle'], $localizeData['name'], $localizeData['data']);By:
php ScriptsIncluder::localizeScript($localizeData['handle'], $localizeData['name'], array( $localizeData['data'] ));———
ScriptsLoader.php – line 253
(https://plugins.trac.ww.wp.xz.cn/browser/popup-builder/trunk/com/classes/ScriptsLoader.php)Replace:
php ScriptsIncluder::localizeScript($valueData['handle'], $valueData['name'], $valueData['data']);By:
php ScriptsIncluder::localizeScript($valueData['handle'], $valueData['name'], array( $valueData['data'] ));- This reply was modified 5 years, 2 months ago by cj42.
Forum: Plugins
In reply to: [WooCommerce] tk_ai cookie and GDPRI am currently reviewing all the cookies in the website that I have developed for my job and found this cookie as well.
This thread appear on Google while I was researching about
tk_ai.If you look at Automattic Cookies Policy, they mentioned
tk_aiunder the Analytics and Performance section.It is stated as follow :
tk_ni / tk_ai / tk_qs(we are interested by the 2nd one) :Gathers information for our own, first party analytics tool about how our services are used. A collection of internal metrics for user activity, used to improve user experience.
Quite confusing the two different definitions between WooCommerce, JetPack (exactly the same definition) and Automattic.