Browse: Home / Constants /

LEARNDASH_SHOW_MARK_INCOMPLETE

define( 'LEARNDASH_SHOW_MARK_INCOMPLETE',  bool $value )

Define LearnDash LMS – Enable the Mark Incomplete button on course steps. Beta.


Description #


Parameters #

$value

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

  • 'true'
    (bool) Will display a button on completed course steps allowing the user. BETA.
  • 'false'
    (bool) Default.


Source #

File: learndash-scalar-constants.php


Changelog #

Changelog
Version Description
3.1.4 Introduced.