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: Wrapper for $this-get() which allows translation of the database value before outputting on screen
Source: includes/abstracts/abstract.llms.post.model.php:280
Source: includes/class.llms.post.relationships.php:55
Method: Delete / Trash posts related to the deleted post
Source: includes/class.llms.post.relationships.php:69
Method: Get a list of post types with relationships that should be checked
Source: includes/class.llms.post.relationships.php:89
Method: Retrieve an array of post ids related to the deleted post by post type and meta key
Source: includes/class.llms.post.relationships.php:112
Method: Retrieve filtered LifterLMS post relationships array
Source: includes/class.llms.post.relationships.php:99
Method: Check relationships and delete / update related posts when a post is deleted Called on `delete_post` hook (before a post is deleted)
Source: includes/class.llms.post.relationships.php:138
Method: Unsets relationship data from post_meta when a post is deleted
Source: includes/class.llms.post.relationships.php:175