LLMS_Post_Model::toArrayCustom()

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

Used by 1 function | Uses 2 functions

LLMS_Meta_Box_Membership::get_fields()

Method: This function is where extending classes can configure all the fields within the metabox The function must return an array which can be consumed by the “output” function

Source: includes/admin/post-types/meta-boxes/class.llms.meta.box.membership.php:87

Used by 0 functions | Uses 3 functions