| 开发者 | downtackcom |
|---|---|
| 更新时间 | 2026年5月18日 07:39 |
| PHP版本: | 7.2 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
{game_name}, {numbers}, {jackpot}, etc.).[if placeholder]...[/if placeholder].[plays]...[/plays] to loop over multiple draws.downtack-lotteries folder to the /wp-content/plugins/ directory.You need an account at Downtack.com to obtain an API endpoint and key.
Data is automatically fetched from the API every 5 minutes via WP-Cron. You can also trigger a manual sync at any time from the plugin settings page.
Yes. Each block or widget instance supports a custom HTML template with data placeholders. You can also apply custom CSS per instance.
{game_name} — Name of the lottery game.{play_name} — Type of draw/play.{draw_date} — Date of the last draw.{numbers} — HTML block of winning numbers.{jackpot} — Current jackpot amount.{next_draw_jackpot} — Estimated next jackpot.{next_draw_date} — Date of the next draw.[if placeholder]...[/if placeholder] to show it only when the value is non-empty. Wrap play rows in [plays]...[/plays] to iterate over multiple draws.