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.


Top ↑

Return Return

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


Top ↑

Source Source

File: includes/abstracts/llms-abstract-generator-posts.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.