Browse: Home / Constants /

LEARNDASH_TEMPLATE_CONTENT_METHOD

define( 'LEARNDASH_TEMPLATE_CONTENT_METHOD',  string $value )

Define LearnDash LMS – Controls the method the template content is rendered.


Description #

Supported by LD30 theme only.


Parameters #

$value

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

  • ''template''
    (string) Content will be rendered via the template. This is the legacy/default method.
  • ''shortcode''
    (string) Content will be rendered via shortcodes.


Source #

File: learndash-scalar-constants.php


Changelog #

Changelog
Version Description
4.0.0 Introduced.