WP_DEBUG throws lots of warnings with Widget Logic
-
After reading Andrew Nacin’s recommendation[1] to use WP_DEBUG during development I found that WIdget Logics throws lots of warnings which makes it pretty impossible for me to use WP_DEBUG to debug my own plugins on a site that also uses Widget Logic.
Next time you update Widget Logic would use consider doing it while using WP_DEBUG and make the required fixes? Mostly it’s changing things like “if ($array[‘element’])” to “if (isset($array[‘element’]) && $array[‘element’])” but it could also identify if you have any subtle bugs before a user would find them.
Much appreciated if you can do this (I’ll even consider doing the update for you if need be, although since I’m not the original developer there’s a small chance I might not get some of the logic updated correctly.)
Thanks in advance.
-Mike
[1] https://www.andrewnacin.com/2010/03/22/deprecated-functions-and-wp_debug/
- The topic ‘WP_DEBUG throws lots of warnings with Widget Logic’ is closed to new replies.