Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Meta_Box_Order_Transactions::save_transaction( int $post_id )
Save method, records manual transactions
Description Description
Parameters Parameters
- $post_id
-
(Required) Post ID of the Order.
Return Return
(null)
Source Source
File: includes/admin/post-types/meta-boxes/class.llms.meta.box.order.transactions.php
Changelog Changelog
Version | Description |
---|---|
3.35.0 | Verify nonces and sanitize $_POST data. |
3.0.0 | Introduced. |