LLMS_Meta_Box_Order_Submit::configure()
Configure the metabox settings
Contents
Return Return
(void)
Source Source
File: includes/admin/post-types/meta-boxes/class.llms.meta.box.order.submit.php
29 30 31 32 33 34 35 36 37 38 39 | public function configure() { $this ->id = 'lifterlms-order-submit' ; $this ->title = __( 'Order Information' , 'lifterlms' ); $this ->screens = array ( 'llms_order' , ); $this ->context = 'side' ; $this ->priority = 'high' ; } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |