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.


Top ↑

Return Return

(int|false) Raw id when present or false if no raw id was found.


Top ↑

Source Source

File: includes/class.llms.generator.php



Top ↑

Changelog Changelog

Changelog
Version Description
3.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.