apply_filters( 'llms_post_model_get_unsettable_properties', array $unsettable_properties , LLMS_Post_Model $llms_post )
Filters the properties of the model that *cannot* be set
Contents
Parameters Parameters
- $unsettable_properties
-
(array) Array of property names.
- $llms_post
-
(LLMS_Post_Model) The LLMS_Post_Model instance.