Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Eli

    (@scheeeli)

    I am actually working on a new release right now, but it may be a couple weeks before it’s ready.

    These PHP warnings you are getting about undefined variables are classified as NOTICES, which are usually ignored on production servers.

    I comb through my code for any undefined variables before I release my next update. In the meantime I would suggest you turn off reporting of PHP NOTICES in your server config as there are probably undefined variables in other plugins as well.

    Aloha, Eli

    P.S. If you would like to reply with a list of undefined variable warnings this would make my job of hunting them down and fixing them a little easier 😉

    Plugin Author Eli

    (@scheeeli)

    I just released an update that fixes these errors. Please upgrade to version 4.11.13 and let me know how that works for you.

    marekgwozdz

    (@marekgwozdz)

    working:) very thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP warnings in WP 4.1’ is closed to new replies.