Learndash_Helpers::select_lesson_from_course_no_any()
Return all the specific fields of a form ID provided in ajax call
Source
File: src/integrations/learndash/helpers/learndash-helpers.php
public function select_lesson_from_course_no_any() { $this->load_any_options = false; $this->select_lesson_from_course_func( 'yes' ); $this->load_any_options = true; }
Expand full source code Collapse full source code View on Github