Double strip slashing
-
Hello. WordPress uses the function wp_magic_quotes to add magic quotes to
$_GET,$_POST,$_COOKIE, and `$_SERVERThis means that in old php versions that actually have that directive on, double strip slashing is happening since in file inc/missing-php-functions.php strip slashing is also happening that doesn’t take into account that WordPress already does it.
This situation creates problems with other plugins, especially those that use json strings that have taken into account that WordPress strip slashes but not that WCML also strip slashes. Also note that currently there is not a way to remove the strip slahing that WCML does from within another plugin.
Is it possible for you guys to consider removing that?
The topic ‘Double strip slashing’ is closed to new replies.