https://github.com/webdeveric/http-api-debug
Hook into the http_api_debug action to see the HTTP requests your site is making.
https://github.com/webdeveric/http-api-debug
debug http http-api-debug wordpress wordpress-plugin
Last synced: 2 months ago
JSON representation
Hook into the http_api_debug action to see the HTTP requests your site is making.
- Host: GitHub
- URL: https://github.com/webdeveric/http-api-debug
- Owner: webdeveric
- Created: 2014-08-19T22:19:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-08T13:21:54.000Z (about 1 year ago)
- Last Synced: 2025-01-12T09:12:40.586Z (4 months ago)
- Topics: debug, http, http-api-debug, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 131 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# HTTP API Debug
This plugin hooks into http_api_debug action to give you a record of the http requests your server is making.
It only logs requests that use the `WP_Http` object.## TODO
Options Page
- Purge now button - and add to bulk options
List Table
- Add ajax action to append domain to block list, if domain filter is set to exclude.