=== Current Time Shortcode === Contributors: torbenb Tags: time, clock, shortcode, timezone Requires at least: 6.4 Tested up to: 7.0 Requires PHP: 7.4 Stable tag: 2.0.0 License: GPLv2 or later
Displays the current time in the WordPress timezone, optionally as a live clock.
== Description ==
Use [current_time]. Supported attributes are format (H:i, H:i:s, G:i, g:i a, Y-m-d H:i:s), live (yes/no), and class. JavaScript is loaded only for live clocks.
== Changelog == = 2.0.0 =
- Replaced fixed timezone settings with the WordPress timezone.
- Added validated formats and an optional live clock.