Download the PHP package lukasbesch/shortcode-year-or-years without Composer
On this page you can find all versions of the php package lukasbesch/shortcode-year-or-years. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lukasbesch/shortcode-year-or-years
More information about lukasbesch/shortcode-year-or-years
Files in lukasbesch/shortcode-year-or-years
Download lukasbesch/shortcode-year-or-years
More information about lukasbesch/shortcode-year-or-years
Files in lukasbesch/shortcode-year-or-years
Vendor lukasbesch
Package shortcode-year-or-years
Short Description WordPress Plugin that provides a shortcode to display the current year, optionally including a start year. Commonly used in copyright notices.
License MIT
Package shortcode-year-or-years
Short Description WordPress Plugin that provides a shortcode to display the current year, optionally including a start year. Commonly used in copyright notices.
License MIT
Please rate this library. Is it a good library?
Informations about the package shortcode-year-or-years
Shortcode: Year or years
Provides a WordPress shortcode to display the current year, and optionally a start year.
Commonly used for copyright notices.
Installation
Alternatively download the latest release from GitHub and install it into the plugins directory.
Usage
Show current year
[year_or_years]
// 2025
Show current year and a start year
[year_or_years from="2019"]
// 2019–2025
The start year will only be displayed if it is lower than the current year:
[year_or_years from="2025"]
// 2025
Optionally specify a custom separator:
[year_or_years from="1984" separator=" until "]
// 1984 until 2025
All versions of shortcode-year-or-years with dependencies
PHP Build Version
Package Version
No informations.
The package lukasbesch/shortcode-year-or-years contains the following files
Loading the files please wait ....