Autoloader::add_fallback_dir()
Method: Adds a folder to search for classes that were not found among the prefixed ones.
Autoloader::add_fallback_dir Read More »
@package: LearnDash / Core
Source Files: sfwd-lms/src/Core/Autoloader.php
Method: Adds a folder to search for classes that were not found among the prefixed ones.
Autoloader::add_fallback_dir Read More »
Method: Get the registered prefix by slug
Autoloader::get_prefix_by_slug Read More »
Method: Gets the absolute path to a class file.
Autoloader::get_class_path Read More »
Method: Gets the absolute path to a class file using the fallback dirs.
Autoloader::get_fallback_path Read More »
Method: Returns the path to the file defining a class.
Autoloader::get_prefixed_path Read More »
Method: Normalizes the root dir by trimming any trailing `/`.
Autoloader::normalize_root_dir Read More »
Method: Includes the file defining a class.
Autoloader::autoload Read More »
Method: Triggers the registration of the autoload method in the SPL autoload register.
Autoloader::register_autoloader Read More »
Method: Associates a class prefix to an absolute path.
Autoloader::register_prefix Read More »
Method: Registers prefixes and root dirs using an array.
Autoloader::register_prefixes Read More »
Method: Returns the singleton instance of the class.
Autoloader::instance Read More »
Method: Registers the service provider bindings.
Provider::register Read More »
Method: Sets the container instance the Application should use as a Service Locator.
App::set_container Read More »
Method: Returns the singleton instance of the DI container the application will use as Service Locator.
Method: Escape a string array to be used in a SQL IN() clause.
LDLMS_DB::escape_string_array Read More »
Method: Escape an array, supposed to be a numeric array, to be used in a SQL IN() clause.
LDLMS_DB::escape_numeric_array Read More »
Method: Returns the placeholder text for keys.
LearnDash_Settings_Section::get_placeholder_for_keys Read More »
Method: Initialize the metabox settings fields.
LearnDash_Settings_Section_AI_Integrations::load_settings_fields Read More »
Method: Protected constructor for class
LearnDash_Settings_Section_AI_Integrations::__construct Read More »
Method: Shows Stripe webhook validation button.
LearnDash_Settings_Section_Stripe_Connect::webhook_validation_button Read More »