After update to 1.0.8 this error is visible on all pages:
Warning: Undefined array key “script” in /wp-content/plugins/altruja/main.php on line 14
This is code should be updated from:
if ($this->options['script'])
to:
if (!empty($this->options['script'])) {
Thanks
]]>When I open our webpage having the Altruja plugin active, I always receive the following JavaScript-Alert:
> M?chten Sie Altruja jetzt in diese Seite integrieren?
In English roughly: “Would you like to integrate Altruja into your page now?”
The message comes from this script hosted by Altruja itself: https://altruja.de/i/wp7s
The message popping up all the time makes it impossible to get an impression of the website for the client.
How can I get rid of it?
]]>