Browse: Home / Constants /

LEARNDASH_BUILDER_STEPS_UPDATE_POST

define( 'LEARNDASH_BUILDER_STEPS_UPDATE_POST',  bool $value )

Define LearnDash LMS – Enables Controls the method used to update the builder step.


Description #


Parameters #

$value

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

  • 'true'
    (bool) Use the function wp_update_post() function.
  • 'false'
    (bool) Use the default wpdb::update() and clean_post_cache() functions. Default.


Source #

File: learndash-scalar-constants.php


Changelog #

Changelog
Version Description
3.2.3 Introduced.