Browse: Home / Hooks /

learndash_course_step_attributes

apply_filters( 'learndash_course_step_attributes',  array $attributes,  int $step_id,  int $course_id,  int $user_id )

Filters attributes of the step. Used to modify details about a lesson like label, icon and class name


Description #


Parameters #

$attributes

(array) Array of lesson attributes.

$step_id

(int) The step ID.

$course_id

(int) The step course ID.

$user_id

(int) The user ID.


Source #

File: themes/ld30/includes/helpers.php


Changelog #

Changelog
Version Description
3.0.0 Introduced.