LLMS_Admin_Meta_Boxes::validate_post()
Method: Validates post and metabox data before saving.
Source: includes/admin/post-types/class.llms.meta.boxes.php:185
Method: Validates post and metabox data before saving.
Source: includes/admin/post-types/class.llms.meta.boxes.php:185
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: 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
Method: Normalizes $this->screens to ensure it’s an array
Source: includes/abstracts/abstract.llms.admin.metabox.php:182
Method: Determine if any errors have been added
Source: includes/abstracts/abstract.llms.admin.metabox.php:194
Method: Generate and output the HTML for the metabox
Source: includes/abstracts/abstract.llms.admin.metabox.php:203
Method: Display the messages as a WP Admin Notice
Source: includes/abstracts/abstract.llms.admin.metabox.php:227
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