LLMS_Post_Model::jsonSerialize()
Contents
Source Source
File: includes/abstracts/abstract.llms.post.model.php
public function jsonSerialize() {
/**
* Filters the properties of the model that *cannot* be set
*
* @since 3.3.0
*
* @param array $model Array representation of the LLMS_Post_Model object.
* @param LLMS_Post_Model $llms_post The LLMS_Post_Model instance.
*/
return apply_filters( 'llms_post_model_json_serialize', $this->toArray(), $this );
}
Expand full source code Collapse full source code View on GitHub