API Request Log
Each time an API request is made there's a row added to the API Log. An example Log is below:
When you click View Request a modal window appears and lists:
- Request
- User
- Key
- Date
If you'd like to disable API Logging (not turning off the API) you can simply run this code in a plugin:
add_filter( 'edd_api_log_requests', '__return_false' );