LLMS_Meta_Box_Coupon::get_fields()
This function is where extending classes can configure all the fields within the metabox.
Description Description
The function must return an array which can be consumed by the "output" function.
Return Return
(array)
Source Source
File: includes/admin/post-types/meta-boxes/class.llms.meta.box.coupon.php
Changelog Changelog
Version | Description |
---|---|
3.37.19 | Localize strings that were missing translation functions. |
3.32.0 | Coupons can now be restricted also to a draft or scheduled Course/Membership via the <select /> data attribute 'post-statuses' (data-post-status). |
3.0.0 | Introduced. |