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.
LLMS_Abstract_Database_Store::read( string[]|string $keys )
Read object data from the database
Description Description
Parameters Parameters
- $keys
-
(Required) Key name (or array of keys) to retrieve from the database.
Return Return
(array|false) Returns a key=>val array of data or false
when record not found.
Source Source
File: includes/abstracts/llms.abstract.database.store.php
Changelog Changelog
Version | Description |
---|---|
3.14.0 | Introduced. |