#50331 closed defect (bug) (invalid)
Site Health Info string(0) ""
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.4.1 |
Component: | Site Health | Keywords: | |
Focuses: | Cc: |
Description
The error message appears after performing a Site Health Info check. Above the Site Health Info title it unexpectedly shows: string(0) "" other than that the site health said good.
https://ridgelineimages.com/wp-content/uploads/2020/06/Annotation-2020-06-06-172737.jpg
Appreciate any insights you might be able to provide.
Thanks
David
Change History (2)
Note: See
TracTickets for help on using
tickets.
Welcome to WordPress Trac @ongaku99.
This is a debug message that is the output of a
var_dump
function call. It is likely that a third party plugin or a theme is doing this - not WordPress core. I suggest you check your custom plugins and themes (or perhaps newly downloaded plugins too) for "var_dump" call.