LLMS_Access_Plan::toArrayCustom()
Method: Don’t add custom fields during toArray()
Source: includes/models/model.llms.access.plan.php:864
Method: Don’t add custom fields during toArray()
Source: includes/models/model.llms.access.plan.php:864
Method: Cleanup data to remove unnecessary defaults
Source: includes/models/model.llms.access.plan.php:852
Method: Used by exporter / cloner to get instructor data
Source: includes/models/model.llms.instructor.php:273
Method: Don’t add custom fields during toArray()
Source: includes/models/model.llms.question.php:739
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: Add custom data to a post based on the ‘custom’ array
Source: includes/class.llms.generator.php:162