• Resolved bebewazza

    (@bebewazza)


    Hey I got this when I tried debugging my WP

    Notice: Undefined variable: user_id in /home/customer/www/exemple.com/public_html/wp-content/plugins/my-custom-functions/inc/php/functional.php(103) : eval()’d code on line 205

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author arthur-gareginyan

    (@arthur-gareginyan)

    Dear @bebewazza ,

    Sorry for the super long delay in response.

    This error is not related to the code of the plugin itself. The error is coming from your custom PHP code that entered on the plugin settings page (WordPress Admin Area → Settings → PHP inserter). The error message indicates that something is wrong on the line 205 of your custom PHP code, and this leads to the notice “Undefined variable: user_id”.

    Thread Starter bebewazza

    (@bebewazza)

    Yeah I got it thank you lol

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp debug error’ is closed to new replies.