Browse: Home / Constants /

LEARNDASH_ERROR_REPORTING_ZERO

define( 'LEARNDASH_ERROR_REPORTING_ZERO',  bool $value )

Define LearnDash LMS – Enable legacy error handling logic where the PHP error_reporting(0) was set.


Description #


Parameters #

$value

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

  • 'true'
    (bool) Enable the function error_reporting(0) to be used. Legacy.
  • 'false'
    (bool) Default.


Source #

File: learndash-scalar-constants.php


Changelog #

Changelog
Version Description
3.4.0 Introduced.