Plugin Directory

Changeset 3254414


Ignore:
Timestamp:
03/12/2025 04:43:35 AM (13 months ago)
Author:
ufukart
Message:

Description updated.

Location:
missed-schedule-post-publisher/tags/1.0.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • missed-schedule-post-publisher/tags/1.0.4/missed-schedule-post-publisher.php

    r3235884 r3254414  
    6464        // Wp_nonce check
    6565        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!');
    6767        }else{
    6868            $mspp_execute_time = sanitize_text_field($_POST['mspp_execute_time']);
  • missed-schedule-post-publisher/tags/1.0.4/readme.txt

    r3235884 r3254414  
    44Tags: schedule, missed schedule, trigger, scheduled post, missed scheduled posts
    55Requires at least: 5.0
    6 Tested up to: 6.7.1
     6Tested up to: 6.7.2
    77Requires PHP: 5.6
    88Stable tag: 1.0.4
     
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 Checks to see if any scheduled posts have been missed. If so, it publishes them. Choose run time and forget it.
     12Automatically detects and publishes missed scheduled posts. Set your preferred run time and let it handle the rest.
    1313
    1414== Description ==
    1515= WordPress Missed Scheduled Posts Publisher =
    1616
    17 Checks to see if any scheduled posts have been missed. If so, it publishes them. Choose run time and forget it.
     17Never miss a scheduled post again! This plugin ensures your scheduled posts are published on time, even on low-traffic websites.
    1818
    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? ==
     20By 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.
    2021
    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.
     22Missed Scheduled Posts Publisher runs automatically at your chosen interval, ensuring all scheduled posts go live as expected—without requiring manual intervention.
    2223
    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
    2429
    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.
     30Simply install, configure, and let the plugin handle the rest! 🚀
    2831
    2932== Installation ==
Note: See TracChangeset for help on using the changeset viewer.