Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 1286 days ago
Is API Log Pro abandoned?
Possibly abandoned (last update 1286 days ago).
Compatibility
Languages
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
This plugin enables logging of all calls to the WordPress REST API. You can view all logs from the WordPress Admin under API Log Pro.
WP-CLI Support
This plugin offers some basic wp-cli support. You can use the following command to delete all the logs in the db.
wp api-log-pro delete
Installation
- Copy the
api-log-profolder into yourwp-content/pluginsfolder - Activate the
API Log Proplugin via the plugin admin page
Frequently Asked Questions
Incoming are requests made to the WordPress Reset API, while outbound requests are made to 3rd party API services using the wp_remote_request() function.
Currently logs are kept for 15 days.
Yes, you can use the WordPress api to view the logs if you have manage options permissions as a WordPress User. Here is the endpoint:
/wp-json/api-log-pro/v1/logs
Review feed
Screenshots
Changelog
0.0.1
- First Release, please read CHANGELOG.md for all changes.