LLMS_Meta_Box_Order_Notes::save( int $post_id )
Save method Does nothing because there’s no editable data in this metabox
Parameters Parameters
- $post_id
-
(int) (Required) Post ID of the Order.
Return Return
(void)
Source Source
File: includes/admin/post-types/meta-boxes/class.llms.meta.box.order.notes.php
public function save( $post_id ) {}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |