| 开发者 | hanyixuanten |
|---|---|
| 更新时间 | 2026年9月23日 23:46 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-3.0-only |
| 版权网址: | 版权信息 |
Asia/Shanghai).[oics_oi_contest_schedule]
Use limit to display between 1 and 50 contests:
[oi_contest_schedule limit="20"]
Set compact to true to use the compact layout:
[oi_contest_schedule limit="20" compact="true"]
vblg-oi-contest-schedule directory to /wp-content/plugins/, or install the plugin ZIP through the WordPress Plugins screen.The plugin shows contests whose end time is still in the future, including contests that are currently running. Finished contests and entries without a valid URL are omitted.
Dates are formatted in the visitor's client device time zone using the browser's internationalization API. The time zone configured in the WordPress site settings is not used.
The remote response is cached by WordPress for five minutes. After the cache expires, the next schedule request retrieves fresh data.
The schedule displays a temporary-unavailable notice instead of contest entries. WordPress pages and the dashboard continue to work normally.
Developers can replace the feed URL with the oics_contest_data_url filter. The replacement endpoint must return the same JSON structure as the default feed.
[oics_oi_contest_schedule].[oics_oi_contest_schedule] shortcode with limit and compact options.