LLMS_Post_Model::get_default_value( string $key )
Get the default value of a property
Description Description
If defaults don’t exist returns an empty string in accordance with the return of get_post_meta() when no metadata exists.
Parameters Parameters
- $key
-
(Required) Property key/name.
Return Return
(mixed)
Source Source
File: includes/abstracts/abstract.llms.post.model.php
Changelog Changelog
Version | Description |
---|---|
3.24.0 | Introduced. |