https://github.com/maciejbis/wpcoremonitor
WP Core Monitor
https://github.com/maciejbis/wpcoremonitor
wordpress wordpress-development wordpress-plugin wordpress-site
Last synced: about 1 month ago
JSON representation
WP Core Monitor
- Host: GitHub
- URL: https://github.com/maciejbis/wpcoremonitor
- Owner: maciejbis
- License: gpl-2.0
- Created: 2024-01-12T16:26:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-07T11:34:43.000Z (3 months ago)
- Last Synced: 2025-07-07T12:40:41.726Z (3 months ago)
- Topics: wordpress, wordpress-development, wordpress-plugin, wordpress-site
- Language: PHP
- Homepage: https://wcom.pro
- Size: 32.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
WP Core Monitor is a lightweight tool designed to help advanced WordPress users debug theme and plugin conflicts. The plugin offers two useful functionalities that cannot be found in other debugging tools.
* **Hooks Scanner** that can be used to scan plugins and themes to identify available action and filter hooks for customization and troubleshooting.
* **Redirect Debugger** allowing to trace WordPress-based redirects and pinpoint the exact plugin or theme calling the [wp_redirect()](https://developer.wordpress.org/reference/functions/wp_redirect/) function.The plugin **does not need to be activated at all time**. You can enable it just for the debugging process, after which you can either disable in the settings the debug info (displayed in the front-end) or deactivate the plug-in entirely.