Browse: Home / Constants /

LEARNDASH_LMS_DEFAULT_CB_INSERT_CHUNK_SIZE

define( 'LEARNDASH_LMS_DEFAULT_CB_INSERT_CHUNK_SIZE',  int $value )

Define LearnDash LMS – Set the number of items to insert/update when saving builder data.


Description #

This value controls the query insert/update logic and does not limit the number of steps.


Parameters #

$value

(int) (Required) Default is 10.


Source #

File: learndash-scalar-constants.php


Changelog #

Changelog
Version Description
2.5.0 Introduced.