Browse: Home / Constants /

LEARNDASH_LMS_COURSE_STEPS_LOAD_BATCH_SIZE

define( 'LEARNDASH_LMS_COURSE_STEPS_LOAD_BATCH_SIZE',  int $value )

Define LearnDash LMS – Set the number of course steps objects load batch size.


Description #

Used when loading course step WP_Post objects. On a very large course attempting to load too many post objects via a single query can impact server performance.


Parameters #

$value

(int) (Required) Default is 500.


Source #

File: learndash-scalar-constants.php


Changelog #

Changelog
Version Description
3.4.0 Introduced.