Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
EDD_Logging::get_connected_logs( array $args = array() )
Retrieve all connected logs
Description Description
Used for retrieving logs related to particular items, such as a specific purchase.
Parameters Parameters
- $args
-
(Optional) Query arguments
Default value: array()
Return Return
(mixed) array if logs were found, false otherwise
Source Source
File: includes/class-edd-logging.php
Changelog Changelog
Version | Description |
---|---|
1.3.1 | Introduced. |