Provider::register()
Method: Register service providers.
Provider::register Read More »
@package: LearnDash / Core
Source Files: src/Core/Modules/Payments/Orders/Admin/Provider.php
Method: Register service providers.
Provider::register Read More »
Method: Registers WordPress hooks.
Class: Service provider class for Payments Admin screen functionality.
Method: Register service providers.
Provider::register Read More »
Method: Returns the base URL for downloading files.
File_Download_Handler::get_download_url_base Read More »
Method: Downloads the file based on set query parameters.
File_Download_Handler::download Read More »
Method: Initializes the file download handler.
File_Download_Handler::init Read More »
Method: Returns the base URL for downloading files.
Learndash_Admin_File_Download_Handler::get_download_url_base Read More »
Filter Hook: Filters the file download path.
learndash_file_download_path Read More »
Method: Downloads the file based on set query parameters.
Learndash_Admin_File_Download_Handler::download Read More »
Filter Hook: Filters the file download URL.
learndash_file_download_url Read More »
Filter Hook: Filters the URL for the filters reset button in the listing page.
learndash_listing_reset_button_url Read More »
Filter Hook: Filters the returned essay download URL.
learndash_quiz_essay_get_download_url Read More »
Filter Hook: Filters the returned assignment download URL.
learndash_assignment_get_download_url Read More »
Snippet: Usage: Place the shortcode [group_leader] in the certificate.
Snippet: This code creates a shortcode [ld_course_steps_list] to display a list of lessons, topics, or quizzes in a LearnDash course (without links). Usage: All Steps: [ld_course_steps_list course_id=”123″ type=”all”] Lessons Only: [ld_course_steps_list course_id=”123″ type=”lessons”] Replace 123 with the course ID.
Display a list of lessons, topics, or quizzes in a LearnDash course (without links) Read More »