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
-
(Required) WP Post ID of the post being saved.
Return Return
(void)
Source Source
File: includes/abstracts/abstract.llms.admin.metabox.php
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |