Widget::render()
Method: Renders a widget.
@package: LearnDash / Core
Source Files: src/Core/Template/Dashboards/Widgets/Widget.php
Method: Renders a widget.
Method: Returns a widget empty state text. Default is ‘No data’. It is used when there is no data to show.
Widget::get_empty_state_text Read More »
Method: Loads required data.
Method: Returns a widget view name.
Widget::get_view_name 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 »
Class: The Sections collection.
Filter Hook: Filters the supported HTML tags for the hint text.
learndash_dashboard_section_hint_supported_html_tags Read More »
Method: Constructor.
Sections::__construct 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 »