It's a date
Adds the current year to elements with the data-current-year attribute.
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/getshifter/its-a-date/archive/refs/heads/main.zipReadme
Current Year Plugin
This is a simple WordPress plugin that adds the current year to elements with the data-current-year attribute.
Usage
- Add the
data-current-yearattribute to any HTML element where you want to display the current year. - The plugin will automatically replace the value of the
data-current-yearattribute with the current year when the page loads.
Example
<p data-current-year>© Example Website</p>
Result
<p data-current-year>2023</p>