WP Manifestindependent plugin directory
manifest / content / time-shortcode

Time Shortcode

[time] shortcode to wrap any date in a <time> with a machine-readable timestamp.

by Human Made · github.com/humanmade/time-shortcode

2stars
117composer installs
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/humanmade/time-shortcode/archive/refs/heads/main.zip

Also on Packagist as humanmade/time-shortcode:

composer require humanmade/time-shortcode

From the readme

Time Shortcode This plugin registers a [time] shortcode which can wrap any date string and render it into a element. That time element can then be transformed into something relative to the user using separate frontend logic.

Read the full README on GitHub →