-
-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pre_http_request
hook will cause PHP Warning
#811
Comments
pre_http_request hook
will cause PHP Warningpre_http_request
will cause PHP Warning
pre_http_request
will cause PHP Warningpre_http_request
hook will cause PHP Warning
Thank you for the report @devhaozi. Can you let me know which plugin is using the |
|
Another use case is when the external request is blocked by a security plugin (and it returns e.g. a WP_Error on that hook) or if the request is overwritten with partial response data for whatever reason. Tons of notices: query-monitor\collectors\http.php on line 335
query-monitor\collectors\http.php on line 340
query-monitor\collectors\http.php on line 340
query-monitor\collectors\http.php on line 378
query-monitor\collectors\http.php on line 382
query-monitor\output\html\http.php on line 164
query-monitor\output\html\http.php on line 276
|
If the
pre_http_request
hook is used by some plugin, query-monitor will cause the PHP warning as follows:The earlier query-monitor plugin did not have this problem. It may have been introduced in an update in the last two years.
The text was updated successfully, but these errors were encountered: