Opened 2 years ago
Last modified 9 months ago
#57059 new enhancement
add complete phpinfo() to site health
Reported by: | beardcat | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | minor | Version: | |
Component: | Site Health | Keywords: | close |
Focuses: | administration | Cc: |
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.
Note: See
TracTickets for help on using
tickets.
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.