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::update( array $data )
Update object data in the database
Description Description
Parameters Parameters
- $data
-
(Required) Data to update as key=>val.
Return Return
(boolean)
Source Source
File: includes/abstracts/llms.abstract.database.store.php
Changelog Changelog
Version | Description |
---|---|
4.3.0 | Added deprecated hook call to llms__updated action to preserve backwards compatibility. |
3.24.0 | Unknown. |
3.14.0 | Introduced. |