Time Sensitive
Create expiring content with shortcodes
★ 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.zipReadme
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]