View::render()
Method: Render page.
@package: LearnDash / Core
Source Files: src/Core/Modules/AI/Quiz_Creation/View.php
Method: Render page.
Class: Request DTO class.
Method: Get form fields.
View::get_form_fields Read More »
Filter Hook: Filters quiz creation AI form fields.
learndash_module_ai_quiz_creation_form_fields Read More »
Method: Register Quiz Creation AI page.
View::register_page Read More »
Class: Quiz creation AI Repository class.
Method: Create a quiz.
Repository::create_quiz Read More »
Method: Create a question.
Repository::create_question Read More »
Method: Casts a value to a string if possible or returns an empty string.
Method: Casts a value to a int if possible or returns an empty string.
Method: Casts a value to a float if possible or returns an empty string.
Method: Casts a value to a bool if possible or returns an empty string.
Filter Hook: Filters focus mode navigation settings.
learndash_focus_mode_navigation_settings Read More »
Method: Replaces the first occurrence of a given value in the string.
Str::replace_first Read More »
Method: Determines if a given string starts with a given substring.
Method: Determines if a given string contains a given substring.