Opened 4 years ago
Last modified 2 years ago
#57059 new enhancement
add complete phpinfo() to site health
| Reported by: | beardcat | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Site Health | Version: | |
| Severity: | minor | Keywords: | close |
| Cc: | Focuses: | administration |
Description
We regularely run into situations where we need detailed information from the phpinfo() page.
Currently the site health page is pretty nice when trying to get a quick overview of what is working and what is missing.
But it would be nice if there is a link inside the Site Health page to a complete render of the phpinfo() method (similar to other CMS like Drupal).
This page/link/tab (e.g. https://mysite.at/wp-admin/phpinfo.php) or whatever should only be accessible to logged in WordPress admins so no potentially critical information is leaked for not logged in users.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This is already available in the tools section of the Health Check plugin:
https://wordpress.org/plugins/health-check/
https://github.com/WordPress/health-check/blob/trunk/HealthCheck/Tools/class-health-check-phpinfo.php
I couldn't find any discussion about it, but I think this is considered plugin territory, like the other tools.
Therefore, I suggest closing this ticket.