Users::get_users()
Method: Returns users.
@package: LearnDash / Core
Source Files: src/Core/Template/Dashboards/Widgets/Types/Users.php
Method: Returns users.
Method: Returns a custom label property.
Users::get_custom_label_property Read More »
Method: Sets users.
Method: Sets a custom label property.
Users::set_custom_label_property Read More »
Method: Returns a widget empty state text. It is used when there is no data to show.
Users::get_empty_state_text Read More »
Method: Loads a widget if it’s not loaded, it is executed before rendering.
Action Hook: No description found
learndash_dashboard_widget_before_loading Read More »
Action Hook: No description found
learndash_dashboard_widget_after_loading Read More »
Class: Simple one value widget.
Method: Returns a label.
Method: Returns a sub label.
Value::get_sub_label Read More »
Method: Returns a value.
Class: The collection of widgets.
Method: Sets a label.
Method: Constructor.
Widgets::__construct Read More »
Method: Sets a sub label.
Value::set_sub_label Read More »
Class: A dashboard widget base class.
Method: Sets a value.
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 »