Browse: Home / Constants /

LEARNDASH_DEFAULT_GROUP_PRICE_TYPE

define( 'LEARNDASH_DEFAULT_GROUP_PRICE_TYPE',  string $value )

Define LearnDash LMS – Set the default group price type.


Description #


Parameters #

$value

(string) (Required) Possible values one of the following.

  • 'closed'
    (string) Price Type 'closed'. Default.
  • 'free'
    (string) Price Type 'free'.
  • 'paynow'
    (string) Price Type 'paynow'.
  • 'subscribe'
    (string) Price Type 'subscribe'.


Source #

File: learndash-scalar-constants.php


Changelog #

Changelog
Version Description
3.2.0 Introduced.