{"id":21627,"date":"2013-01-28T18:47:00","date_gmt":"2013-01-28T18:47:00","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/scheduled-content-by-sizeable\/"},"modified":"2023-07-31T18:13:49","modified_gmt":"2023-07-31T18:13:49","slug":"scheduled-content-by-sizeable","status":"publish","type":"plugin","link":"https:\/\/lmo.wordpress.org\/plugins\/scheduled-content-by-sizeable\/","author":11143596,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.3.2","stable_tag":"trunk","tested":"","requires":"3.0","requires_php":"","requires_plugins":null,"header_name":"Scheduled Content (by Sizeable)","header_author":"Sizeable Labs","header_description":"","assets_banners_color":"b1181f","last_updated":"2023-07-31 18:13:49","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"http:\/\/www.sizeablelabs.com","rating":1,"author_block_rating":0,"active_installs":20,"downloads":2054,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.3.0":{"tag":"1.3.0","author":"wpmaintainer","date":"2020-12-06 21:22:54"},"1.3.1":{"tag":"1.3.1","author":"wpmaintainer","date":"2020-12-06 21:31:07"}},"upgrade_notice":{"1.3.1":"<p>This update requires PHP 7.4<\/p>","1.3.0":"<p>This update requires PHP 7.4<\/p>"},"ratings":{"1":"1","2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":660304,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.3.0","1.3.1"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[55055,4062,55056],"plugin_category":[40],"plugin_contributors":[89535,78938],"plugin_business_model":[],"class_list":["post-21627","plugin","type-plugin","status-publish","hentry","plugin_tags-embed-content","plugin_tags-schedule","plugin_tags-schedule-content","plugin_category-calendar-and-events","plugin_contributors-szbl","plugin_contributors-theandystratton","plugin_committers-szbl","plugin_committers-theandystratton","plugin_committers-wpmaintainer"],"banners":{"banner":"https:\/\/ps.w.org\/scheduled-content-by-sizeable\/assets\/banner-772x250.png?rev=660304","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/scheduled-content-by-sizeable_b1181f.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Embed scheduled content into your pages, posts and even custom post types supporting shortcodes.<\/p>\n\n<p>Use <code>[szbl_scheduled_content]<\/code> to wrap and schedule your content. To hide content until a specific date, use the <code>start<\/code> attribute. To have content expire, use the <code>end<\/code> attribute:<\/p>\n\n<pre><code>[szbl_scheduled_content start=\"Jan 1, 2013 12am\" end=\"Apr 14, 2013 12:00pm\"]This is my scheduled content[\/szbl_scheduled_content]\n<\/code><\/pre>\n\n<p>You can enter dates\/time in any standard format and the plugin should interpret them correctly, using the timezone set under Settings &gt; General.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload <code>plugin-name.php<\/code> to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Use [szbl_scheduled_content start=\"January 1, 2013\" end=\"January 15, 2013\"]<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='what%20formats%20can%20i%20use%20in%20the%20start%2Fend%20attributes%3F'><h3>What formats can I use in the start\/end attributes?<\/h3><\/dt>\n<dd><p>The plugin uses PHP's strtotime() function, so any valid date\/time format should work.<\/p><\/dd>\n<dt id='does%20my%20content%20have%20to%20have%20a%20start%20date%3F%20i%20just%20want%20it%20to%20expire'><h3>Does my content have to have a start date? I just want it to expire<\/h3><\/dt>\n<dd><p>Omit the start attribute and your content will simply expire.<\/p><\/dd>\n<dt id='does%20my%20content%20have%20to%20have%20an%20end%20date%3F%20i%20just%20want%20it%20to%20not%20start%20until%20a%20specific%20date'><h3>Does my content have to have an end date? I just want it to not start until a specific date<\/h3><\/dt>\n<dd><p>Omit the end attribute and your content will never expire, it will just be hidden until the start attribute's date.<\/p><\/dd>\n<dt id='what%20timezone%20does%20this%20plugin%20use%3F'><h3>What timezone does this plugin use?<\/h3><\/dt>\n<dd><p>We make every effort to use the timezone settings within your WordPress installation (comparisons are made using date_i18n which inherits the WP timezone settings).<\/p><\/dd>\n<dt id='what%20are%20my%20content%20filtering%2Fshortcode%20options%3F'><h3>What are my content filtering\/shortcode options?<\/h3><\/dt>\n<dd><p>You can set the following two attributes to toggle nested shortcode processing and applying filters for <code>the_content<\/code>:<\/p>\n\n<ul>\n<li><code>content_filters<\/code> (defaults to <code>true<\/code>, can be set to <code>true<\/code> or <code>false<\/code>)<\/li>\n<li><code>shortcodes<\/code> (defaults to <code>true<\/code>, can be set to <code>true<\/code> or <code>false<\/code>)<\/li>\n<\/ul>\n\n<p>Content filtering must be turned off for the <code>shortcodes<\/code> attribute to take effect. You'd only want to use these if you want to remove content filtering (like <code>wpautop<\/code> and <code>wptexturize<\/code>) but still process shortcodes:<\/p>\n\n<pre><code>[szbl_scheduled_content start=\"Jan 1, 2013 12am\" end=\"Apr 14, 2013 12:00pm\" content_filtering=\"false\" shortcodes=\"true\"]This is my scheduled content. [another_shortcode] [\/szbl_scheduled_content]\n<\/code><\/pre><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.3.0<\/h4>\n\n<ul>\n<li>Enforces date localization for string to time conversion.<\/li>\n<\/ul>\n\n<h4>1.3.0<\/h4>\n\n<ul>\n<li>WP 5.6 and PHP 7.4 compatibility checks<\/li>\n<li>Code formatting clean up and namespace.<\/li>\n<\/ul>\n\n<h4>1.2.1<\/h4>\n\n<ul>\n<li>WP 5.2 compatibility check.<\/li>\n<\/ul>\n\n<h4>1.2.0<\/h4>\n\n<ul>\n<li>Allows <code>ignore_year<\/code> attribute to the shortcode, to allow for ignoring the year in the start\/end timestamps.<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Updates to readme.txt<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>First commit. Basic functionality.<\/li>\n<\/ul>","raw_excerpt":"Embed scheduled content in your site via shortcode.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/21627","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=21627"}],"author":[{"embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/szbl"}],"wp:attachment":[{"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=21627"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=21627"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=21627"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=21627"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=21627"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=21627"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}