learndash_quiz_continue_link learndash_quiz_continue_link( int $id ) Outputs the continue quiz link. ContentsDescription Parameters Return Source Related Namespace @package Uses Used By Description # Parameters # $id (int) (Required) Quiz ID. Return # (string) The continue quiz link HTML. Empty string if the quiz is not a part of a course or ID passed is not a quiz. Source # File: includes/course/ld-course-navigation.php Related # Namespace # global @package # LearnDash / Navigation Uses # Uses Uses Description src/Core/Utilities/Cast.php: Cast::to_int () Casts a value to a int if possible or returns an empty string. src/Core/Utilities/Cast.php: Cast::to_string () Casts a value to a string if possible or returns an empty string. includes/class-ld-custom-label.php: LearnDash_Custom_Label::get_label () Get label based on key name. includes/class-ld-permalinks.php: learndash_get_step_permalink () Utility function to get the nested permalink of the course step within in the course. includes/class-ldlms-post-types.php: learndash_get_post_type_slug () includes/course/ld-course-functions.php: learndash_get_course_id () Gets the course ID for a resource. includes/course/ld-course-navigation.php: learndash_quiz_continue_link Filters HTML of continue quiz link. Used By # Used By Used By Description includes/quiz/ld-quiz-pro.php: LD_QuizPro::certificate_details () Echoes the HTML with inline javascript that contains the JSON representation of the certificate details and continue link details includes/deprecated/3.4.0/functions.php: learndash_quiz_continue_link_OLD () Outputs the quiz continue link(old).
Uses # Uses Uses Description src/Core/Utilities/Cast.php: Cast::to_int () Casts a value to a int if possible or returns an empty string. src/Core/Utilities/Cast.php: Cast::to_string () Casts a value to a string if possible or returns an empty string. includes/class-ld-custom-label.php: LearnDash_Custom_Label::get_label () Get label based on key name. includes/class-ld-permalinks.php: learndash_get_step_permalink () Utility function to get the nested permalink of the course step within in the course. includes/class-ldlms-post-types.php: learndash_get_post_type_slug () includes/course/ld-course-functions.php: learndash_get_course_id () Gets the course ID for a resource. includes/course/ld-course-navigation.php: learndash_quiz_continue_link Filters HTML of continue quiz link.
Used By # Used By Used By Description includes/quiz/ld-quiz-pro.php: LD_QuizPro::certificate_details () Echoes the HTML with inline javascript that contains the JSON representation of the certificate details and continue link details includes/deprecated/3.4.0/functions.php: learndash_quiz_continue_link_OLD () Outputs the quiz continue link(old).