Section::get_hint_supported_html_tags()
Method: Returns the supported HTML tags for the hint text.
Section::get_hint_supported_html_tags Read More »
@package: LearnDash / Core
Source Files: src/Core/Template/Dashboards/Sections/Section.php
Method: Returns the supported HTML tags for the hint text.
Section::get_hint_supported_html_tags Read More »
Method: Sets the widgets of the section.
Section::set_widgets Read More »
Method: Adds the widget.
Section::add_widget Read More »
Method: Sets the sections of the section.
Section::set_sections Read More »
Method: Adds the section.
Section::add_section Read More »
Method: Returns sections.
Section::get_sections Read More »
Class: The Sections collection.
Method: Returns widgets.
Section::get_widgets Read More »
Method: Returns true if the section contains sections.
Section::has_sections Read More »
Method: Returns true if the section contains widgets.
Section::has_widgets Read More »
Filter Hook: Filters whether the dashboard is enabled. Default true.
learndash_dashboard_is_enabled Read More »
Method: Constructor.
Dashboard::__construct Read More »
Method: Constructor.
Course::__construct Read More »
Method: Constructor.
Section::__construct Read More »
Method: Creates a new instance of the class.
Class: The base view class for a dashboard.
Class: The view class for a course dashboard.
Class: A dashboard section.
Filter Hook: Filters the sections of the dashboard.
learndash_dashboard_sections Read More »
Method: Constructor.