WP Manifestindependent plugin directory
manifest / utilities / its-a-date

It's a date

Adds the current year to elements with the data-current-year attribute.

by Daniel Olson · github.com/getshifter/its-a-date

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.zip

Readme

Current Year Plugin

This is a simple WordPress plugin that adds the current year to elements with the data-current-year attribute.

Usage

  1. Add the data-current-year attribute to any HTML element where you want to display the current year.
  2. The plugin will automatically replace the value of the data-current-year attribute with the current year when the page loads.

Example

<p data-current-year>© Example Website</p>

Result

<p data-current-year>2023</p>

Read the full README on GitHub →