LLMS_Post_Model::get_to_array_excluded_properties()
Get the properties that will be explicitly excluded from the array representation of the model.
Description Description
This stub can be overloaded by an extending class and the property list is filterable via the llms_get_{$this->model_post_type_excluded_to_array_properties} filter.
Return Return
(string[])
Source Source
File: includes/abstracts/abstract.llms.post.model.php
protected function get_to_array_excluded_properties() { return array(); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
5.4.1 | Introduced. |