get_the_excerpt
Filter Hook: Defines base methods and properties for programmatically interfacing with LifterLMS Custom Post Types
Source: includes/abstracts/abstract.llms.post.model.php:160
Filter Hook: Defines base methods and properties for programmatically interfacing with LifterLMS Custom Post Types
Source: includes/abstracts/abstract.llms.post.model.php:160
Method: Called before data is sorted and returned by $this->toArray() Extending classes should override this data if custom data should be added when object is converted to an array or json
Source: includes/abstracts/abstract.llms.post.model.php:1016
Method: Called by toArray to add custom fields via get_post_meta() Removes all custom props registered to the $this->properties automatically Also removes some fields used by the WordPress core that don’t hold necessary data Extending classes may override this class to exclude, extend, or modify the custom fields for a post type
Source: includes/abstracts/abstract.llms.post.model.php:1033
Method: Determine if the associated post is exportable
Source: includes/abstracts/abstract.llms.post.model.php:746
Method: Determine if the associated post is exportable
Source: includes/abstracts/abstract.llms.post.model.php:756
Method: Format the object for json serialization encodes the results of $this->toArray()
Source: includes/abstracts/abstract.llms.post.model.php:767
Method: Scrub field according to it’s type This is automatically called by set() method before anything is actually set
Source: includes/abstracts/abstract.llms.post.model.php:781
Method: Scrub fields according to datatype
Source: includes/abstracts/abstract.llms.post.model.php:797
Method: Setter
Source: includes/abstracts/abstract.llms.post.model.php:860
Method: Update terms for the post for a given taxonomy
Source: includes/abstracts/abstract.llms.post.model.php:930