LLMS_Post_Model::get_properties()
Retrieve an array of properties defined by the model
Description Description
Return Return
(array)
Source Source
File: includes/abstracts/abstract.llms.post.model.php
public function get_properties() { $props = array_merge( $this->get_post_properties(), $this->properties ); return apply_filters( 'llms_get_' . $this->model_post_type . '_properties', $props, $this ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: