LLMS_Abstract_Generator_Posts::store_temp_id( array $raw, LLMS_Post_Model $obj )
Accepts a raw object, finds the raw id and stores it
Description Description
Parameters Parameters
- $raw
-
(Required) Array of raw data.
- $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/abstracts/llms-abstract-generator-posts.php
Changelog Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |