LLMS_Admin_Metabox::register()
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: 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: Perform Save Actions Triggers actions for before and after save And calls the save method which actually saves metadata
Source: includes/abstracts/abstract.llms.admin.metabox.php:413
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: 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: Save messages to the database
Source: includes/abstracts/abstract.llms.admin.metabox.php:434
Method: Add actions on different hooks depending on the current screen Adds later for LLMS Settings screens to accommodate for settings that are updated later in the load cycle
Source: includes/admin/class.llms.admin.notices.core.php:40
Method: Outputs a notice that allows users to enable or disable automated recurring payments appears when we identify that the url has changed or when an admin resets the settings from the button on the general settings tab
Source: includes/admin/class.llms.admin.notices.core.php:67
Method: Removes the current sidebar notice (if present) and clears notice delay transients Called when theme is switched
Source: includes/admin/class.llms.admin.notices.core.php:176
Method: Check for gateways and output gateway notice
Source: includes/admin/class.llms.admin.notices.core.php:95