WP Manifestindependent plugin directory
manifest / content / time-sensitive

Time Sensitive

Create expiring content with shortcodes

by Greggory Hogan · github.com/greggoryhogan/time-sensitive

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/greggoryhogan/time-sensitive/archive/refs/heads/master.zip

Readme

Time Sensitive

This is utilizes shortcodes to show conditional content based on the deadline set.

Example Shortcode:

[if_time_sensitive expires="April 30, 2020 15:50"]

Sensitive Content

[else]

Non Sensitive

[/if_time_sensitive]

Read the full README on GitHub →