Section::set_sections()
Method: Sets the sections of the section.
Section::set_sections Read More »
@package: LearnDash / Core
Source Files: src/Core/Template/Dashboards/Sections/Section.php
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 »
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 »
Method: Sets the title of the section.
Section::set_title Read More »
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 »
Method: Returns the size of the section.
Method: Sets the size of the section.
Method: Returns the supported HTML tags for the hint text.
Section::get_hint_supported_html_tags Read More »
Filter Hook: Filters the supported HTML tags for the hint text.
learndash_dashboard_section_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 »
Class: A dashboard section.
Method: Constructor.
Section::__construct Read More »
Method: Creates a new instance of the class.