do_action( "learndash-{$context}-course-steps-before", string|false $post_type, int $course_id, int $user_id )

Fires before the course steps for any context.


Description Description

The dynamic portion of the hook name, $context, refers to the context for which the hook is fired, such as course, lesson, topic, quiz, etc.


Parameters Parameters

$post_type

Post type slug.

$course_id

Course ID.

$user_id

User ID.


Top ↑

Source Source

File: themes/ld30/templates/modules/course-steps.php


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.