joKab

Forum Replies Created

Viewing 1 post (of 1 total)
in reply to: Disable cookie __wpdm_client #179456

joKab
Participant

Hi,
setting define('WPDM_ACCEPT_COOKIE', false); worked for me.
But you have to be aware of a few things:

1. please check the position in the wp-config.php
The code needs to go above this comments:

/* Das war’s, Schluss mit dem Bearbeiten! Viel Spaß beim Bloggen. */
/* That's all, stop editing! Happy blogging. */

2. in Jürgen Farenholtz code, the apostroph is wrong.
instead of:
define(‘WPDM_ACCEPT_COOKIE’, false);
it should be:
define('WPDM_ACCEPT_COOKIE', false);

hope that helps,
best regards

Viewing 1 post (of 1 total)