• Resolved Imagesuckingpanties

    (@suckingpanties)


    So I swtched my site do debuging mode since something seemed to be malfunctioning, once I did I get the following error:

    Notice: Undefined index: suppress_filters in /home3/XXXXXXX/public_html/XXXXXXX.com/wp-content/plugins/code-snippets/php/snippet-ops.php(361) : eval()’d code on line 3

    not sue how to deal with this :/

Viewing 1 replies (of 1 total)
  • Plugin Author ImageShea Bunge

    (@bungeshea)

    Hi @suckingpanties,

    This message is due to an error in the code of one of your snippets. It looks like you are trying to access the 'suppress_filters' index of an array (something like $array_name['suppress_filters'], when that index does not exist.

    I recommend editing the snippet and using isset() to confirm that the index exists before attempting to access it.

Viewing 1 replies (of 1 total)

The topic ‘snippet-ops.php(361) : eval()’d code on line ???’ is closed to new replies.