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


Top ↑

Return Return

(mixed)


Top ↑

Source Source

File: includes/abstracts/abstract.llms.post.model.php


			

Top ↑

Changelog 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.

Top ↑

User Contributed Notes User Contributed Notes

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