LLMS_Metabox_Course_Builder::get_builder_url( int $course_id, string $hash = null )

Get a URL to the course builder with an optional hash to a lesson/quiz/assignment


Description Description


Parameters Parameters

$course_id

(Required) WP Post ID of a course.

$hash

(Optional) Hash of the lesson & tab info (lesson:{$lesson_id}:tab).

Default value: null


Top ↑

Return Return

(string)


Top ↑

Source Source

File: includes/admin/post-types/meta-boxes/class.llms.meta.box.course.builder.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.27.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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