edd_privacy_api_access_log_exporter( string $email_address = '', int $page = 1 )
Adds the api access logs for a user to the WP Core Privacy Data exporter
Description Description
Parameters Parameters
- $email_address
-
(Optional) The email address to look up api access logs for.
Default value: ''
- $page
-
(Optional) The page of logs to request.
Default value: 1
Return Return
(array)
Source Source
File: includes/privacy-functions.php
Changelog Changelog
Version | Description |
---|---|
2.9.2 | Introduced. |