[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fEx7RfnpOUElBvGfOUleWeav4-ZpXtEsnUSPvNBR5GnE":3},{"slug":4,"display_name":5,"profile_url":6,"plugin_count":7,"total_installs":8,"avg_security_score":9,"avg_patch_time_days":10,"trust_score":11,"computed_at":12,"plugins":13},"thewanderingbrit","Dave Clements","https:\u002F\u002Fprofiles.wordpress.org\u002Fthewanderingbrit\u002F",4,10110,89,30,86,"2026-04-05T09:56:37.889Z",[14,39,58,76],{"slug":15,"name":16,"version":17,"author":5,"author_profile":6,"description":18,"short_description":19,"active_installs":20,"downloaded":21,"rating":22,"num_ratings":23,"last_updated":24,"tested_up_to":25,"requires_at_least":17,"requires_php":26,"tags":27,"homepage":33,"download_link":34,"security_score":35,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"shortcodes-to-show-or-hide-content","Show\u002FHide Content at Set Time","2.5","\u003Cp>\u003Cstrong>Like this plugin?\u003C\u002Fstrong> Consider \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fview\u002Fplugin-reviews\u002Fshortcodes-to-show-or-hide-content\" title=\"Review Show\u002FHide Content at Set Time\" rel=\"ugc\">leaving a quick review\u003C\u002Fa> or writing about how you’ve used it on your site – \u003Ca href=\"https:\u002F\u002Fwww.theukedge.com\u002Fcontact\u002F?utm_source=wordpress.org&utm_medium=plugin&utm_campaign=contact\" title=\"Contact Dave\" rel=\"nofollow ugc\">send me a link\u003C\u002Fa> to that write up if you do.\u003C\u002Fp>\n\u003Cp>This plugin is maintained on \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Ftheukedge\u002Fshortcodes-to-show-or-hide-content\" rel=\"nofollow ugc\">GitHub\u003C\u002Fa>, so feel free to use the repository for reporting issues, submitting feature requests and submitting pull requests.\u003C\u002Fp>\n\u003Cp>This plugin provides shortcodes allowing you to display content or hide content at given dates and times. You can also combine the two to show some content at a given time, and then hide it at another time.\u003C\u002Fp>\n\u003Cp>There’s also a separate shortcode if you want to repeat a schedule for showing and hiding content – for example to only show information about a radio show while it’s on air.\u003C\u002Fp>\n\u003Ch4>Usage – single use\u003C\u002Fh4>\n\u003Cp>To show or hide content at one point in time, you can use the \u003Ccode>[time-restrict]\u003C\u002Fcode> shortcode. For example:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[time-restrict off=\"2015-01-01\"]Please enter our competition[\u002Ftime-restrict]\n[time-restrict on=\"2015-01-01\"]Sorry, this competition has closed[\u002Ftime-restrict]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>If you do not enter a time with the date, it will default to 00:00:00, so in the above example, the first message will show up until 2015-01-01 00:00:00 (i.e. until the first second of 2015) and the second message will show up from 2015-01-01 00:00:00 (i.e. from the first second of 2015)\u003C\u002Fp>\n\u003Cp>You can use any date or time string \u003Ca href=\"http:\u002F\u002Fwww.php.net\u002Fmanual\u002Fen\u002Fdatetime.formats.php\" title=\"PHP Date and Time strings\" rel=\"nofollow ugc\">supported by PHP\u003C\u002Fa>, such as:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[time-restrict off=\"September 10th, 2014\"]Will display until 09\u002F10\u002F2014[\u002Ftime-restrict]\n[time-restrict off=\"2014-09-10\"]Will display until 09\u002F10\u002F2014[\u002Ftime-restrict]\n[time-restrict off=\"10-Septmber 2014\"]Will display until 09\u002F10\u002F2014[\u002Ftime-restrict]\n[time-restrict on=\"2014\u002F09\u002F10 18:00:00\"]Will show after 09\u002F10\u002F2014 at 6pm[\u002Ftime-restrict]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>You can also combine starting and ending dates for the same piece of content. So if you want some content to appear between January 1st and January 10th, you could do the following:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[time-restrict on=\"2015-01-01\" off=\"2015-01-11\"]\nThis is a limited time offer\n[\u002Ftime-restrict]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Usage – repeating schedule\u003C\u002Fh4>\n\u003Cp>To show and hide content on a recurring schedule, you can use the \u003Ccode>[time-restrict-repeat]\u003C\u002Fcode> shortcode. Your options are a daily, weekly, monthly or annual schedule.\u003C\u002Fp>\n\u003Cp>A daily schedule takes the following form:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[time-restrict-repeat type=\"daily\" ontime=\"09:00:00\" offtime=\"17:00:00\"]\nWorking 9 to 5\n[\u002Ftime-restrict-repeat]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Note that you can also cross over midnight, so to only show something from 10PM to 5AM, you can use:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[time-restrict-repeat type=\"daily\" ontime=\"22:00:00\" offtime=\"05:00:00\"]\nFor the night owls\n[\u002Ftime-restrict-repeat]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>A weekly schedule takes the following form:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[time-restrict-repeat type=\"weekly\" onday=\"Monday\" offday=\"Friday\"]\nThe work week\n[\u002Ftime-restrict-repeat]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>You can also specify start and stop times if you want (it will assume starting at 00:00:00 and ending at 23:59:59 if these are left out, like above):\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[time-restrict-repeat type=\"weekly\" onday=\"Friday\" offday=\"Monday\" ontime=\"17:00:00\" offtime=\"08:00:00\"]\nIt's the weekend baby!\n[\u002Ftime-restrict-repeat]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>A monthly schedule takes the following form:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[time-restrict-repeat type=\"monthly\" ondate=\"01\" offdate=\"07\"]\nThe first week of the month\n[\u002Ftime-restrict-repeat]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>You can both cross over the end of the month, and apply times to your start and end dates, e.g.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[time-restrict-repeat type=\"monthly\" ondate=\"25\" offdate=\"05\" ontime=\"17:00:00\" offtime=\"08:00:00\"]\nWe are exceptionally busy at the end of each billing cycle. Please bear with us!\n[\u002Ftime-restrict-repeat]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>And lastly, an annual schedule takes the following form:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[time-restrict-repeat type=\"annually\" onmonth=\"June\" offmonth=\"August\" ondate=\"01\" offdate=\"31\"]\nI'm currently in the mountains enjoying the summer!\n[\u002Ftime-restrict-repeat]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>You can cross over the end of the month or even the end of the year, and apply times to your start and end dates, e.g.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[time-restrict-repeat type=\"annually\" onmonth=\"December\" ondate=\"24\" offmonth=\"January\" offdate=\"05\" ontime=\"17:00:00\" offtime=\"08:00:00\"]\nOur employees are currently enjoying time with their families for Christmas. We'll be back after the New Year.\n[\u002Ftime-restrict-repeat]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>If you’re feeling creative, you can even nest shortcodes to account for multiple concurrent conditions. Since you cannot nest shortcodes with the same name, you need to add -2 or -3 to time-restrict-repeat in your shortcode (e.g. \u003Ccode>[time-restrict-repeat-2]\u003C\u002Fcode>).\u003C\u002Fp>\n\u003Cp>For example, showing a message during business hours only on Monday to Friday:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[time-restrict-repeat type=\"daily\" ontime=\"08:00:00\" offtime=\"17:00:00\"]\n[time-restrict-repeat-2 type=\"weekly\" onday=\"Monday\" offday=\"Friday\"]\nOur store is currently open\n[\u002Ftime-restrict-repeat-2]\n[\u002Ftime-restrict-repeat]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>You can also define a message which should appear if your content is not showing by using the \u003Ccode>else\u003C\u002Fcode> attribute @since 2.5. For example, you could invite people to visit your store during opening hours and ask them come back soon otherwise, like this:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[time-restrict-repeat type=\"daily\" ontime=\"08:00:00\" offtime=\"17:00:00\" else=\"We're currently closed. Come back and see us when we're open.\"]\n[time-restrict-repeat-2 type=\"weekly\" onday=\"Monday\" offday=\"Friday\" else=\"We're currently closed. Come back and see us when we're open.\"]\nOur store is currently open\n[\u002Ftime-restrict-repeat-2]\n[\u002Ftime-restrict-repeat]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Note that with nested shortcodes, you need to add the \u003Ccode>else\u003C\u002Fcode> attribute to each shortcode.\u003C\u002Fp>\n\u003Ch4>Things to bear in mind\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>The time used by the plugin is your site’s local time (check in Settings > General).\u003C\u002Fli>\n\u003Cli>The \u003Ccode>else\u003C\u002Fcode> attribute \u003Cem>does\u003C\u002Fem> accept HTML, but is restricted by \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FShortcode_API#HTML\" rel=\"nofollow ugc\">WordPress’ limitation on HTML inside shortcode attributes\u003C\u002Fa>.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>I also run \u003Ca href=\"http:\u002F\u002Fwww.doitwithwp.com\u002F?utm_source=wordpress.org&utm_medium=plugin&utm_campaign=my-other-sites\" title=\"WordPress Tutorials\" rel=\"nofollow ugc\">Do It With WordPress\u003C\u002Fa>, which has an array of tutorials for managing, modifying and maintaining your WordPress sites, as well as \u003Ca href=\"https:\u002F\u002Fwww.thewpbutler.com\u002F?utm_source=wordpress.org&utm_medium=plugin&utm_campaign=wordpress-services\" title=\"WordPress Maintenance Services\" rel=\"nofollow ugc\">The WP Butler\u003C\u002Fa>, a service for keeping your site maintained, backed up, updated and secure.\u003C\u002Fp>\n","Shortcodes to wrap around text, which specify at what date or time that content should appear or disappear, either once, or on a recurring basis.",10000,39992,98,33,"2019-10-01T15:45:00.000Z","5.2.24","",[28,29,30,31,32],"active","date","expire","show-hide","time","https:\u002F\u002Fgithub.com\u002Ftheukedge\u002Fshortcodes-to-show-or-hide-content","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fshortcodes-to-show-or-hide-content.2.5.zip",85,0,null,"2026-03-15T15:16:48.613Z",{"slug":40,"name":41,"version":42,"author":5,"author_profile":6,"description":43,"short_description":44,"active_installs":45,"downloaded":46,"rating":45,"num_ratings":47,"last_updated":48,"tested_up_to":25,"requires_at_least":49,"requires_php":26,"tags":50,"homepage":56,"download_link":57,"security_score":35,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"soup-show-off-upcoming-posts","SOUP – Show off Upcoming Posts","2.3","\u003Cp>\u003Cstrong>Like this plugin?\u003C\u002Fstrong> Consider \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fview\u002Fplugin-reviews\u002Fsoup-show-off-upcoming-posts\" title=\"Review SOUP\" rel=\"ugc\">leaving a quick review\u003C\u002Fa> or writing about how you’ve used it on your site – \u003Ca href=\"https:\u002F\u002Fwww.theukedge.com\u002Fcontact\u002F?utm_source=wordpress.org&utm_medium=plugin&utm_campaign=contact\" title=\"Contact Dave\" rel=\"nofollow ugc\">send me a link\u003C\u002Fa> to that write up if you do.\u003C\u002Fp>\n\u003Cp>This plugin is maintained on \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Ftheukedge\u002Fsoup-show-off-upcoming-posts\" rel=\"nofollow ugc\">GitHub\u003C\u002Fa>, so feel free to use the repository for reporting issues, submitting feature requests and submitting pull requests.\u003C\u002Fp>\n\u003Cp>SOUP creates a widget in your sidebar which allows you to display your upcoming posts (scheduled, drafts, or both) to your readers. The idea is to entice your readers to come back and read the article once it gets published, or better yet, subscribe to your RSS feed and\u002For newsletter.\u003C\u002Fp>\n\u003Cp>Here are the configurable options for the widget:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Title of sidebar widget\u003C\u002Fli>\n\u003Cli>Number of upcoming posts to display (always in ascending order – newest first)\u003C\u002Fli>\n\u003Cli>Choose whether to show date of upcoming post\u003C\u002Fli>\n\u003Cli>Display order of the posts (next post first or random order)\u003C\u002Fli>\n\u003Cli>Message to display for when there are no scheduled posts or drafts\u003C\u002Fli>\n\u003Cli>Show\u002Fhide newsletter link\u003C\u002Fli>\n\u003Cli>Include link to sign up to newsletter\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>I’ve got plans to continue developing and updating this plugin. If you have any suggestions on revisions that you’d like to see made, please \u003Ca href=\"https:\u002F\u002Fwww.theukedge.com\u002Fcontact\u002F?utm_source=wordpress.org&utm_medium=plugin&utm_campaign=contact\" title=\"Contact Dave\" rel=\"nofollow ugc\">get in touch\u003C\u002Fa> or \u003Ca href=\"http:\u002F\u002Fwww.twitter.com\u002Fdaclements\" title=\"Dave on Twitter\" rel=\"nofollow ugc\">find me on Twitter\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>I also run \u003Ca href=\"https:\u002F\u002Fwww.doitwithwp.com\u002F?utm_source=wordpress.org&utm_medium=plugin&utm_campaign=my-other-sites\" title=\"WordPress Tutorials\" rel=\"nofollow ugc\">Do It With WordPress\u003C\u002Fa>, which has an array of tutorials for managing, modifying and maintaining your WordPress sites, as well as \u003Ca href=\"https:\u002F\u002Fwww.thewpbutler.com\u002F?utm_source=wordpress.org&utm_medium=plugin&utm_campaign=wordpress-services\" title=\"WordPress Maintenance Services\" rel=\"nofollow ugc\">The WP Butler\u003C\u002Fa>, a service for keeping your site maintained, backed up, updated and secure.\u003C\u002Fp>\n","Displays your upcoming posts in a sidebar widget to tease your readers",90,18028,6,"2019-10-01T16:40:00.000Z","3.8",[51,52,53,54,55],"future","posts","scheduled","upcoming","widget","https:\u002F\u002Fgithub.com\u002Ftheukedge\u002Fsoup-show-off-upcoming-posts","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsoup-show-off-upcoming-posts.2.3.zip",{"slug":59,"name":60,"version":61,"author":5,"author_profile":6,"description":62,"short_description":63,"active_installs":64,"downloaded":65,"rating":66,"num_ratings":67,"last_updated":68,"tested_up_to":25,"requires_at_least":69,"requires_php":26,"tags":70,"homepage":74,"download_link":75,"security_score":35,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"all-post-statuses-for-add-link","All Post Statuses for Add Link","1.1","\u003Cp>\u003Cstrong>Like this plugin?\u003C\u002Fstrong> Consider \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fview\u002Fplugin-reviews\u002Fall-post-statuses-for-add-link\" title=\"Review All Post Statuses for Add Link\" rel=\"ugc\">leaving a quick review\u003C\u002Fa> or writing about how you’ve used it on your site – \u003Ca href=\"https:\u002F\u002Fwww.theukedge.com\u002Fcontact\u002F?utm_source=wordpress.org&utm_medium=plugin&utm_campaign=contact\" title=\"Contact Dave\" rel=\"nofollow ugc\">send me a link\u003C\u002Fa> to that write up if you do.\u003C\u002Fp>\n\u003Cp>This plugin is maintained on \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Ftheukedge\u002Fall-post-statuses-for-add-link\" rel=\"nofollow ugc\">GitHub\u003C\u002Fa>, so feel free to use the repository for reporting issues, submitting feature requests and submitting pull requests.\u003C\u002Fp>\n\u003Cp>This simple plugin changes the default behaviour of the “Add Link” modal window, which typically only shows published content, by expanding it to include posts with any post status, allowing you to link to scheduled content, draft content, private content and posts with custom post statuses, like Pitches created by a plugin like \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fedit-flow\u002F\" rel=\"ugc\">Edit Flow\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>Just because this allows you to link to the content, this does not mean that the content is necessarily published, nor will it publish unpublished content. Use only when you know the status of each post that you’re linking to, to avoid broken links.\u003C\u002Fp>\n","Adds all post statuses to the \"Add Link\" modal in the editor, allowing you to link to future content, draft posts, private items etc.",10,2085,100,5,"2019-10-01T16:20:00.000Z","3.7",[71,72,51,73,53],"add-link","draft","post-status","https:\u002F\u002Fgithub.com\u002Ftheukedge\u002Fall-post-statuses-for-add-link","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fall-post-statuses-for-add-link.1.1.zip",{"slug":77,"name":78,"version":79,"author":5,"author_profile":6,"description":80,"short_description":81,"active_installs":64,"downloaded":82,"rating":66,"num_ratings":83,"last_updated":26,"tested_up_to":25,"requires_at_least":69,"requires_php":26,"tags":84,"homepage":89,"download_link":90,"security_score":66,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":91},"recent-contributors-widget","Recent Contributors Widget","1.2","\u003Cp>\u003Cstrong>Like this plugin?\u003C\u002Fstrong> Consider \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fview\u002Fplugin-reviews\u002Frecent-contributors-widget\" title=\"Review Recent Contributors Widget\" rel=\"ugc\">leaving a quick review\u003C\u002Fa> or writing about how you’ve used it on your site – \u003Ca href=\"https:\u002F\u002Fwww.theukedge.com\u002Fcontact\u002F?utm_source=wordpress.org&utm_medium=plugin&utm_campaign=contact\" title=\"Contact Dave\" rel=\"nofollow ugc\">send me a link\u003C\u002Fa> to that write up if you do.\u003C\u002Fp>\n\u003Cp>This plugin is maintained on \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Ftheukedge\u002Frecent-contributors-widget\" rel=\"nofollow ugc\">GitHub\u003C\u002Fa>, so feel free to use the repository for reporting issues, submitting feature requests and submitting pull requests.\u003C\u002Fp>\n\u003Cp>This widget displays a list of all of the users that have written content on your site recently, where you can specify the point in time after which you want to consider posts for inclusion in the widget.\u003C\u002Fp>\n\u003Cp>The widget options are:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Title – set the widget title (or don’t show one)\u003C\u002Fli>\n\u003Cli>Since when – You can either use dynamic, or static date strings to decide how recently content had to be published to be included in the widget. Use strings like 12\u002F31\u002F09, 30 days ago, Monday, -2 weeks. See \u003Ca href=\"http:\u002F\u002Fphp.net\u002Fmanual\u002Fen\u002Ffunction.strtotime.php\" rel=\"nofollow ugc\">strtotime\u003C\u002Fa> for more information on dynamic time strings.\u003C\u002Fli>\n\u003Cli>Link destination – Set whether the author’s name should point to their list of posts, their website, or nowhere.\u003C\u002Fli>\n\u003Cli>Display post count – Decide whether to show how many posts the user has written in the specified time period.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>I also run \u003Ca href=\"http:\u002F\u002Fwww.doitwithwp.com\u002F?utm_source=wordpress.org&utm_medium=plugin&utm_campaign=my-other-sites\" title=\"WordPress Tutorials\" rel=\"nofollow ugc\">Do It With WordPress\u003C\u002Fa>, which has an array of tutorials for managing, modifying and maintaining your WordPress sites, as well as \u003Ca href=\"https:\u002F\u002Fwww.thewpbutler.com\u002F?utm_source=wordpress.org&utm_medium=plugin&utm_campaign=wordpress-services\" title=\"WordPress Maintenance Services\" rel=\"nofollow ugc\">The WP Butler\u003C\u002Fa>, a service for keeping your site maintained, backed up, updated and secure.\u003C\u002Fp>\n","This widget shows a list of all of the users that have written content on your site, since a static or dynamic time specified by you.",2189,2,[85,86,87,88,55],"authors","contributors","month","recent","https:\u002F\u002Fgithub.com\u002Ftheukedge\u002Frecent-contributors-widget","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Frecent-contributors-widget.1.2.zip","2026-03-15T10:48:56.248Z"]