LLMS_Voucher::__construct( int $id = null )
Constructor
Parameters Parameters
- $id
-
(int) (Optional) WP_Post ID of the voucher.
Default value: null
Return Return
(void)
Source Source
File: includes/class.llms.voucher.php
public function __construct( $id = null ) { $this->id = $id; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |