LLMS_Post_Model::get_property_defaults()
Retrieve the default values for properties
Description Description
Return Return
(array)
Source Source
File: includes/abstracts/abstract.llms.post.model.php
public function get_property_defaults() { return apply_filters( 'llms_get_' . $this->model_post_type . '_property_defaults', $this->property_defaults, $this ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.24.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: