define( 'LEARNDASH_BUILDER_STEPS_UPDATE_POST', bool $value )
Define LearnDash LMS – Enables Controls the method used to update the builder step.
Contents
Description #
Parameters #
- $value
-
(bool) (Required) Only one of the following values.
- 'true'
(bool) Use the functionwp_update_post()function. - 'false'
(bool) Use the defaultwpdb::update()functions. Default.andclean_post_cache()
- 'true'
Source #
Changelog #
| Version | Description |
|---|---|
| 3.2.3 | Introduced. |