Browse: Home / Constants /

LEARNDASH_DISABLE_TEMPLATE_CONTENT_OUTSIDE_LOOP

define( 'LEARNDASH_DISABLE_TEMPLATE_CONTENT_OUTSIDE_LOOP',  bool $value )

Define LearnDash LMS – Controls filtering of ‘the_content’ outside of the ‘loop’.


Description #


Parameters #

$value

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

  • 'true'
    (bool) If called outside the WP loop, content will not be processed. Default.
  • 'false'
    (bool) Content will be processed.


Source #

File: learndash-scalar-constants.php


Changelog #

Changelog
Version Description
3.2.3 Introduced.