TassieNZ
Premium Uploader and Sometimes Hacker!
If you read the post properly, it says FOR TESTING PURPOSES ONLY - ADDONS DO NOT WORKAddons aren't working
If you read the post properly, it says FOR TESTING PURPOSES ONLY - ADDONS DO NOT WORKAddons aren't working
update nulled version pleaseAddons are nullable, you just have to edit a bit of js in this file : /wp-content/plugins/google-analytics-premium/pro/assets/vue/js/settings.js
Look for the property isAddonActive and mod accordingly
After having installed and activated the corresponding addon of course. Once you do this, you will have access to the settings for the addon. If you pay attention they are identified by slugs such as eu-compliance, ecommerce... so you just have to override the validation function (which looks in some array to see if the addon is present) and return true in case parameter matches the slug of the addon you want to enable.
update nulled version please
You simply need to do it according to which addons you want to use. As I said, look in the js file I mentioned for the property isAddonActive. You will find something like (on the top of my head) j.isAddonActive("ecommerce"), just replace what the function returns in this case. Go to the definition of isAddonActive (look for isAddonActive: function(e)) and add something like if (e === "ecommerce") {return true}
It's really straightforward.
tried this and it's not working
isAddonActive: function(t) {
if (t === "ecommerce") {
return true
}
return !!this.addons[t] && this.addons[t].active
},
methods: {
isAddonActive: function(t) {
if (t == "ecommerce" || t == "eu-compliance") {
return true
}
return !!this.addons[t] && this.addons[t].active
},
getUserIdDescription: function() {
return this.isAddonActive("eu-compliance") ? this.text_user_id_description_eu_enabled : this.text_user_id_description
},
getUserIdFaux: function() {
return this.isAddonActive("eu-compliance")
}
}
MonsterInsights All Addons
![]()
MEGA
MEGA provides free cloud storage with convenient and powerful always-on privacy. Claim your free 20GB nowmega.nz
please wait.Addons are out![]()