Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Reference / Classes / LLMS_User_Postmeta / LLMS_User_Postmeta::__construct()

LLMS_User_Postmeta::__construct( mixed $item = null, bool $hydrate = true )

Constructor

Contents

  • Description
    • Parameters
    • Source
    • Changelog
  • User Contributed Notes

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


Top ↑

Source #Source

File: includes/models/model.llms.user.postmeta.php


			

Expand full source code Collapse full source code


Top ↑

Changelog #Changelog

Changelog
Version Description
3.15.0 Introduced.

Top ↑

User Contributed Notes #User Contributed Notes

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

Proudly powered by WordPress