{$this->id)}

Filter Hook: Add a filter so extending classes don’t have to so we don’t have too many filters running

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

Used by 1 function | Uses 0 functions

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

Used by 0 functions | Uses 1 function

LLMS_Admin_Metabox::save()

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

Used by 1 function | Uses 2 functions

LLMS_Admin_Metabox::save_before()

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

Used by 1 function | Uses 0 functions

LLMS_Admin_Metabox::save_after()

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

Used by 1 function | Uses 0 functions