https://github.com/level-level/ll-site-health-filter
Solution to hide sensitive data from the Wordpress Site Health Tool in the admin sidebar menu.
https://github.com/level-level/ll-site-health-filter
Last synced: about 1 year ago
JSON representation
Solution to hide sensitive data from the Wordpress Site Health Tool in the admin sidebar menu.
- Host: GitHub
- URL: https://github.com/level-level/ll-site-health-filter
- Owner: level-level
- License: mit
- Created: 2019-05-10T08:04:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T10:54:21.000Z (over 2 years ago)
- Last Synced: 2024-04-26T10:04:51.425Z (about 2 years ago)
- Language: PHP
- Size: 1.69 MB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/level-level/ll-site-health-filter/actions)
# Site Health Filter
Solution to hide sensitive data from the Wordpress Site Health Tool in the admin sidebar menu.
It will do the same for the WooCommerce status page.
## How to install
You can simply install this package by adding it as a composer dependency.
After you've included the composer autoload file in your website, it should work automatically.
## How to view complete Site Health information
You can still view Site Health information, if the requirements below are followed.
1. The current logged in user has permission to administrator.
2. One of the following is true:
* a) `?show_debug=true` is added to the url
* b) `WP_DEBUG` is set to `true` in `wp-config.php`
## Wordpress reference
More information about the Wordpress status and debug pages can be found in the [WP_Site_Health](https://developer.wordpress.org/reference/classes/wp_site_health/) and [WP_Debug_data](https://developer.wordpress.org/reference/classes/wp_debug_data/) documentation.
## WooCommerce reference
More information about the WooCommerce status pages can be found in the [WC_Admin_Status](https://docs.woocommerce.com/wc-apidocs/class-WC_Admin_Status.html) documentation.
## Author
Level Level
Website: [https://level-level.com](https://level-level.com)
Email: [info@level-level.com](mailto:info@level-level.com)