llms_sd_dashboard_widget( string $title, string $content, string $empty_text = '' )
Main function used to display a dashboard widget
Description Description
Parameters Parameters
- $title
-
(Required) Title of the widget.
- $content
-
(Required) Content (HTML) of the widget body.
- $empty_text
-
(Optional) Content (text) to display if $content is empty.
Default value: ''
Return Return
(void)
Source Source
File: includes/functions/llms.functions.templates.dashboard.widgets.php
Changelog Changelog
| Version | Description |
|---|---|
| 3.24.0 | Introduced. |