• Resolved robkaufman

    (@robkaufman)


    Hello,

    Please see below:

    Level: Depreciated
    Message: Function create_function() is deprecated
    Count: 1
    Location:

    1. do_action(‘plugins_loaded’)

    wp-settings.php:327
    execute_active_snippets()

    wp-includes/class-wp-hook.php:286
    execute_snippet()

    wp-content/plugins/code-snippets/php/snippet-ops.php:430
    eval()

    wp-content/plugins/code-snippets/php/snippet-ops.php:355
    wp-content/plugins/code-snippets/php/snippet-ops.php(355) : eval()’d code:1

    Any fix?

    The page I need help with: [log in to see the link]

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

    (@bungeshea)

    Hello,

    The error you describe in this post is not coming from the plugin itself, but from the code in one of your snippets.

    I can’t tell you the name of the snippet causing the problem, but if you take a look at which ones are currently active on your site, it will be a snippet that includes create_function on one of the lines of its code.

    This is not a difficult error to fix, so if you are able to identify which snippet is causing the error and post the code here, I can tell you how you can fix it.

Viewing 1 replies (of 1 total)

The topic ‘PHP Errors’ is closed to new replies.