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_Post_Model::___get( string $key, boolean $raw = false )
Private getter.
Description Description
Parameters Parameters
- $key
-
(Required) The property key.
- $raw
-
(Optional) Whether or not we need to get the raw value.
Default value: false
Return Return
(mixed)
Source Source
File: includes/abstracts/abstract.llms.post.model.php
Changelog Changelog
Version | Description |
---|---|
4.10.0 | Add post_name as a property to skip scrubbing and add a filter on the list of properties to skip scrubbing. |
3.34.0 | Introduced. |