=== Current Year Shortcode === Contributors: torbenb Tags: shortcode, copyright, year 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 year or a year range using the WordPress timezone.
== Description ==
Use [current_year] for the current year. Use [current_year start="2020"] for a range. The optional separator attribute controls the separator.
== Installation == Upload, activate, and add the shortcode to a post, page, widget, or template block.
== Changelog == = 2.0.0 =
- Added year ranges, WordPress timezone support, validation, escaping, and modern plugin metadata.