Browse: Home / Constants /

LEARNDASH_USE_WP_SAFE_REDIRECT

define( 'LEARNDASH_USE_WP_SAFE_REDIRECT',  bool $value )

Define LearnDash LMS – Controls handling of redirects.


Description #


Parameters #

$value

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

  • 'true'
    (bool) Use the WP function wp_safe_redirect. Default.
  • 'false'
    (bool) Use the WP function wp_redirect.


Source #

File: learndash-scalar-constants.php


Changelog #

Changelog
Version Description
3.3.0.2 Introduced.