define( 'LEARNDASH_DEFAULT_COURSE_PRICE_TYPE', string $value )
Define LearnDash LMS – Set the default course price type.
Contents
Description #
Parameters #
- $value
-
(string) (Required) Possible values one of the following.
- 'open'
(string) Price Type 'open'. Default. - 'free'
(string) Price Type 'free'. - 'paynow'
(string) Price Type 'paynow'. - 'subscribe'
(string) Price Type 'subscribe'. - 'closed'
(string) Price Type 'closed'.
- 'open'
Source #
Changelog #
Version | Description |
---|---|
3.2.0 | Introduced. |