Changeset 3254414
- Timestamp:
- 03/12/2025 04:43:35 AM (13 months ago)
- Location:
- missed-schedule-post-publisher/tags/1.0.4
- Files:
-
- 2 edited
-
missed-schedule-post-publisher.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
missed-schedule-post-publisher/tags/1.0.4/missed-schedule-post-publisher.php
r3235884 r3254414 64 64 // Wp_nonce check 65 65 if (!isset($_POST['missed_schedule_post_publisher_update']) || ! wp_verify_nonce( $_POST['missed_schedule_post_publisher_update'], 'missed_schedule_post_publisher_update' ) ) { 66 exit('Sorry, you do not have access to this page! https://www.zumbo.net/missed-schedule-post-publisher-wordpress-plugin/');66 wp_die('Sorry, you do not have access to this page!'); 67 67 }else{ 68 68 $mspp_execute_time = sanitize_text_field($_POST['mspp_execute_time']); -
missed-schedule-post-publisher/tags/1.0.4/readme.txt
r3235884 r3254414 4 4 Tags: schedule, missed schedule, trigger, scheduled post, missed scheduled posts 5 5 Requires at least: 5.0 6 Tested up to: 6.7. 16 Tested up to: 6.7.2 7 7 Requires PHP: 5.6 8 8 Stable tag: 1.0.4 … … 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 11 12 Checks to see if any scheduled posts have been missed. If so, it publishes them. Choose run time and forget it.12 Automatically detects and publishes missed scheduled posts. Set your preferred run time and let it handle the rest. 13 13 14 14 == Description == 15 15 = WordPress Missed Scheduled Posts Publisher = 16 16 17 Checks to see if any scheduled posts have been missed. If so, it publishes them. Choose run time and forget it.17 Never miss a scheduled post again! This plugin ensures your scheduled posts are published on time, even on low-traffic websites. 18 18 19 This plugin provides a reliable way of scheduling posts on low-traffic sites where the standard method isn't always accurate due to low visitor numbers and / or high update frequency. 19 == Why Use This Plugin? == 20 By default, WordPress relies on visitor activity to trigger scheduled posts. If your site has low traffic or long gaps between visits, some posts may end up with a "Missed Schedule" status instead of being published. 20 21 21 The default Wordpress method of scheduling posts is to check if something's waiting to be published each time a visitor comes to the site, but if enough time has passed between visitors then items in the queue can get 'stale' and are flagged as 'missed schedule' instead of being published.22 Missed Scheduled Posts Publisher runs automatically at your chosen interval, ensuring all scheduled posts go live as expected—without requiring manual intervention. 22 23 23 Do you have a web site or blog with a small number of daily visitors? 24 == Key Features: == 25 ✅ Automatically publishes missed scheduled posts 26 ✅ Customizable execution time—set it and forget it 27 ✅ Ideal for low-traffic blogs and websites 28 ✅ Lightweight—won’t impact bandwidth or analytics 24 29 25 This plugin provides a simple and effective way of scheduling post updates when the standard Wordpress mechanism isn't enough. 26 27 It's very simple to use, doesn't impact bandwidth or analytics. 30 Simply install, configure, and let the plugin handle the rest! 🚀 28 31 29 32 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.