Display During Conditional Shortcode

plugin banner

Provides ability to use a shortcode to show or hide content depending on time of day, expiration of a certain date and more.

Author:Gabriel Serafini (ShareThePractice.org) (profile at wordpress.org)
WordPress version required:2.7
WordPress version tested:6.5
Plugin version:1.2
Added to WordPress repository:08-03-2013
Last updated:04-04-2024
Rating, %:100
Rated by:3
Plugin URI:
Total downloads:3 064
Active installs:300+
plugin download
Click to start download

Specify the start and end date / times you’d like content enclosed by the shortcode to be displayed during. Optionally include a message or different content to display once that time period has passed.

Shortcodes:

Insert [display_during end_day_time="June 27, 2018 10:00 am" message="Sorry, this content no longer available."]CONTENT_TO_DISPLAY[/display_during] into any post or page to conditionally display whatever is inside of the shortcode. The message parameter you specify will display if the start and end time parameters are not currently valid.

All shortcode parameters:

[display_during start_day_time="Sun 8:00 am" end_day_time="Mon 8:00 pm" timezone_location="America/Denver" message="Sorry, this content is not currently available."]CONTENT_TO_DISPLAY[/display_during]
  • start_day_time – OPTIONAL – What day/time or time of day should the contents start being displayed?
  • end_day_time – REQUIRED – What day/time or time of day should the content of the shortcode stop being displayed?
  • timezone_location – OPTIONAL – The timezone uses by default whatever is set for the site in Settings > General. You can use this optional parameter to specify a different timezone location. Uses the standard PHP timezones

Screenshots
FAQ
ChangeLog