LLMS_Meta_Box_Order_Submit::save( int $post_id )
Save action, update order status
Description Description
Parameters Parameters
- $post_id
-
(Required) WP Post ID of the Order
Return Return
(null)
Source Source
File: includes/admin/post-types/meta-boxes/class.llms.meta.box.order.submit.php
Changelog Changelog
| Version | Description |
|---|---|
| 3.36.0 | Date fields require array when sanitized. |
| 3.35.0 | Verify nonces and sanitize $_POST data. |
| 3.19.0 | Unknown. |
| 3.0.0 | Introduced. |