Section::set_hint()
Method: Sets the hint text of the section.
@package: LearnDash / Core
Source Files: src/Core/Template/Dashboards/Sections/Section.php
Method: Sets the hint text of the section.
Method: Returns the hint text of the section.
Method: Returns the title of the section.
Section::get_title Read More »
Filter Hook: Filters the supported HTML tags for the hint text.
learndash_dashboard_section_hint_supported_html_tags Read More »
Method: Returns the size of the section.
Method: Sets the size of the section.
Method: Constructor.
Sections::__construct Read More »
Class: The Sections collection.
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 »
Filter Hook: Filters the sections of the dashboard.
learndash_dashboard_sections Read More »
Filter Hook: Filters whether the dashboard is enabled. Default true.
learndash_dashboard_is_enabled Read More »
Method: Constructor.
Dashboard::__construct Read More »
Class: The base view class for a dashboard.
Method: Constructor.
Course::__construct Read More »
Class: The view class for a course dashboard.
Method: Constructor.
Section::__construct Read More »
Class: A dashboard section.