LLMS_Admin_Metabox::save_before( int $post_id )
Allows extending classes to perform additional save methods before the default save.
Description Description
Called before $this->save()
during $this->save_actions()
.
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
*
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |