Browse: Home / Functions /

learndash_course_step_available_date

learndash_course_step_available_date( int $step_id,  int $course_id,  int $user_id,  bool $parent_steps = false )

Gets the course step available date.


Description #


Parameters #

$step_id

(int) (Required) The Course step post ID Lesson, Topic, or Quiz.

$course_id

(int) (Optional) The Course ID.

$user_id

(int) (Optional) The user ID.

$parent_steps

(bool) (Optional) Whether to include the parent steps.

Default value: false


Return #

(int.)


Source #

File: includes/course/ld-course-user-functions.php


Changelog #

Changelog
Version Description
4.2.0 Introduced.