This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

API Log Pro

विवरण

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

स्थापना

  1. Copy the api-log-pro folder into your wp-content/plugins folder
  2. Activate the API Log Pro plugin via the plugin admin page

प्रश्नोत्तर

What is the difference between outgoing and incoming logs?

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.

How long are logs kept?

Currently logs are kept for 15 days.

Can I view the log via the api?

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

समीक्षाहरू

यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।

योगदानकर्ता र डेभलपरहरू

“API Log Pro” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।

योगदानकर्ताहरू

चेन्जलग

0.0.1

  • First Release, please read CHANGELOG.md for all changes.