Viewing 3 replies - 1 through 3 (of 3 total)
  • Would love to know what this is about and if there’s a fix on the way.

    Thread Starter thomask

    (@thomask)

    those are just error notices, generaly the program uses something like
    echo $something;
    without knowing, that $something exist, so it needs only something like if (isset($something)) echo $something.
    Nothing critical, but for carefull developers as me, who are testing web with wp_debug = true, they appears, so i also home that there will be a fix (it is just 1 minute of work)

    Yeah, I work at an univ and my devs won’t use a plugin that throws error messages, let alone a dozen of them.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Widget Logic Visual] tons of errors’ is closed to new replies.