LLMS_Admin_Metabox::process_fields()
Method: Process fields to setup navigation and content with minimal PHP loops called by $this->output before actually outputting html
Source: includes/abstracts/abstract.llms.admin.metabox.php:250
Method: Process fields to setup navigation and content with minimal PHP loops called by $this->output before actually outputting html
Source: includes/abstracts/abstract.llms.admin.metabox.php:250
Method: Register the Metabox using WP Functions This is called automatically by constructor Utilizes class properties for registration
Source: includes/abstracts/abstract.llms.admin.metabox.php:297
Method: Save field data Loops through fields and saves the data to postmeta Called by $this->save_actions()
Source: includes/abstracts/abstract.llms.admin.metabox.php:323
Method: Allows extending classes to perform additional save methods before the default save when the default save is not being overridden Called before $this->save() during $this->save_actions()
Source: includes/abstracts/abstract.llms.admin.metabox.php:390
Method: Allows extending classes to perform additional save methods after the default save when the default save is not being overridden Called before $this->save() during $this->save_actions()
Source: includes/abstracts/abstract.llms.admin.metabox.php:401
Method: Constructor
Source: includes/abstracts/abstract.llms.admin.metabox.php:128
Method: Add an Error Message
Source: includes/abstracts/abstract.llms.admin.metabox.php:156
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
Method: Normalizes $this->screens to ensure it’s an array
Source: includes/abstracts/abstract.llms.admin.metabox.php:182
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