Will potentially break any plug-in using 'associative array' names for inputs
-
Hide Broken Shortcodes removes anything matching WordPress’ shortcode syntax that is left over after parsing shortcodes. Unfortunately this includes false positives such as
[world]
<input type="text" name="hello[world]" />
which may have either been added by the user in the post content or added via another shortcode from another plug-in.
There have been previous reports of it breaking MailPoet and WooCommerce (You can add Event Organiser Pro to that list too). As the above shows, the issue is much wider than that.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Will potentially break any plug-in using 'associative array' names for inputs’ is closed to new replies.