Causes URLs to be amended in undesired ways
-
Hi;
This plugin attaches to the clean_url filter, and in doing so causes the output of esc_url() to be changed in ways that can cause issues (XML validation failures etc if the output is used in an XML attribute)
For example, without this plugin, the following code:
esc_url('https://woocommerce.dev?test=one&another=arg');
returns:
https://woocommerce.dev?test=one&?#038another=arg
With this plugin activated, the same code returns:
https://woocommerce.dev?test=one&another=arg
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Causes URLs to be amended in undesired ways’ is closed to new replies.