llms_sd_dashboard_date_widget( string $title, int $timestamp, string $empty_text = '' )
Displays a date widget
Description Description
Parameters Parameters
- $title
-
(Required) Title of the widget.
- $timestamp
-
(Required) Timestamp used to display the date.
- $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. |