LLMS_Course_Completion_Page::init()


Source Source

File: includes/class-llms-course-completion-page.php

	protected function init() {

		// Add it as the last action to ensure other handlers of course completion happen first.
		add_action( 'lifterlms_course_completed', array( $this, 'maybe_redirect_to_course_completion_page' ), 9999, 2 );
	}


Top ↑

User Contributed Notes User Contributed Notes

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