LLMS_Post_Model::jsonSerialize()
Format the object for json serialization encodes the results of $this->toArray()
Description Description
Return Return
(array)
Source Source
File: includes/abstracts/abstract.llms.post.model.php
public function jsonSerialize() { return apply_filters( 'llms_post_model_json_serialize', $this->toArray(), $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: