LLMS_Admin_Metabox::save_before( int $post_id )
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()
Description Description
Parameters Parameters
- $post_id
-
(int) (Required) WP Post ID of the post being saved
Return Return
(void)
Source Source
File: includes/abstracts/abstract.llms.admin.metabox.php
protected function save_before( $post_id ) {}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: