• Resolved webitman

    (@webitman)


    With the Query Monitor plugin I was searching for errors at my sites.
    I have several sites with the warning
    Use of undefined constant ‘http_request_timeout’ – assumed ‘‘http_request_timeout’’ (this will throw an Error in a future version of PHP) 1
    +
    wp-content/plugins/code-snippets/php/snippet-ops.php(361) : eval()’d code:5

    What can I or you about this, because it seems to slow down the adminpanel of wordpress.

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

    (@bungeshea)

    Hi @webitman,

    This error has originated from the code in one of your snippets. It’s not something present in the core plugin or something I am able to fix; it’s due to some malformed code you have added as a snippet.

    Specifically, it looks like you are trying to refer to the 'http_request_timeout' hook but are missing the quotation marks that make it into a string.

Viewing 1 replies (of 1 total)

The topic ‘http_request_timeout’ is closed to new replies.