Browse: Home / Hooks /

learndash_course_linear_step_ids

apply_filters( 'learndash_course_linear_step_ids',  int[] $step_ids,  int $course_id )

Filters the flattened step ids for a course.


Description #


Parameters #

$step_ids

(int[]) Step IDs.

$course_id

(int) Course ID.


Source #

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


Changelog #

Changelog
Version Description
4.11.0 Introduced.