LLMS_User_Postmeta::__construct( mixed $item = null, bool $hydrate = true )
Constructor
Description Description
Parameters Parameters
- $item
-
(Optional) meta_id of a user postmeta item or an object with at least an "id"
Default value: null
- $hydrate
-
(Optional) if true, hydrates the object on instantiation (if an ID was found via $item)
Default value: true
Source Source
File: includes/models/model.llms.user.postmeta.php
Changelog Changelog
Version | Description |
---|---|
3.15.0 | Introduced. |