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_Generator::store_temp_id( array $raw, obj $obj )
Accepts a raw object, finds the raw id and stores it
Parameters Parameters
- $raw
-
(array) (Required) Array of raw data.
- $obj
-
(obj) (Required) The LLMS Post Object generated from the raw data.
Return Return
(int|false) Raw id when present or false
if no raw id was found.
Source Source
File: includes/class.llms.generator.php
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |