define( 'LEARNDASH_TEMPLATE_CONTENT_METHOD', string $value )
Define LearnDash LMS – Controls the method the template content is rendered.
Contents
Description #
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.
- ''template''
Source #
Changelog #
Version | Description |
---|---|
4.0.0 | Introduced. |