• Resolved teszilla

    (@teszilla)


    Hello,
    I get this PHP Warning: Undefined variable $currency in plugins/code-snippets/php/snippet-ops.php(504) : eval()’d code on line 35

    Kind regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Shea Bunge

    (@bungeshea)

    Hi @teszilla,

    This error is coming from one of your snippets: you are trying to use a variable called $currency that has not being defined.

    You should be able to find which one with a search for $currency @line:35

    Thread Starter teszilla

    (@teszilla)

    Hi Shea, thanks for your fast answer! I found the snippet and added $currency = array(); which solved the problem

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP Warning: Undefined variable $currency in snippet-ops.php(504)’ is closed to new replies.