Str::contains()
Method: Determines if a given string contains a given substring.
@package: LearnDash / Core
Source Files: sfwd-lms/src/Core/Utilities/Str.php
Method: Determines if a given string contains a given substring.
Method: Determines if a given string starts with a given substring.
Method: Replaces the first occurrence of a given value in the string.
Str::replace_first Read More »
Method: AJAX request handler.
Course_Outline::handle_ajax_request Read More »
Method: Process parsed response.
Course_Outline::process Read More »
Method: Parse ChatGPT response.
Course_Outline::parse Read More »
Method: Execute ChatGPT command.
Course_Outline::init Read More »
Method: Render page.
Course_Outline::render Read More »
Method: Enqueue admin scripts.
Course_Outline::enqueue_admin_scripts Read More »
Method: Add admin styles.
Course_Outline::add_scripts Read More »
Method: Register admin pages.
Course_Outline::register_page Read More »
Method: Add the course wizard button to the course list table.
Course_Outline::add_button Read More »
Method: Constructor.
Course_Outline::__construct Read More »
Method: Hooks wrapper.
Method: Register service providers.
Provider::register Read More »
Method: Returns the contents.
Course::get_contents Read More »
Method: Maps the current model to a step.
Method: Inserts sections into steps.
Course::add_sections Read More »
Method: Gets sub steps for the given step.
Course::get_sub_steps Read More »