LLMS_Admin_Metabox::configure()

Method: This function allows extending classes to configure required class properties $this->id, $this->title, and $this->screens should be configured in this function

Source: includes/abstracts/abstract.llms.admin.metabox.php:167

Used by 1 function | Uses 0 functions

LLMS_Admin_Metabox::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/abstracts/abstract.llms.admin.metabox.php:175

Used by 2 functions | Uses 0 functions