LLMS_Voucher::save_product( int $product_id )
Save products to a voucher
Description Description
Parameters Parameters
- $product_id
-
(Required) WP_Post ID of the product (course or membership).
Return Return
(int|false) The number of rows updated, or false on error.
Source Source
File: includes/class.llms.voucher.php
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |