WP Manifestindependent plugin directory
manifest / seo / scheduled-redirects

Scheduled Redirects

Schedule activation and deactivation of redirects with automatic cache purging.

by XWP · github.com/xwp/scheduled-redirects · website

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/xwp/scheduled-redirects/archive/refs/heads/main.zip

Also on Packagist as xwp/scheduled-redirects:

composer require xwp/scheduled-redirects

From the readme

Scheduled Redirects A WordPress plugin that adds scheduled activation/deactivation functionality to the Redirection Plugin, with automatic WPVIP cache purging. Developed by XWP Requirements - WordPress 6.5+ - PHP 8.4+ - Redirection Plugin 5.6+ - Action Scheduler 3.8+ (bundled via Composer) Installation Composer (Recommended) Manual 1. Run composer install --no-dev 2. Upload to /wp-content/plugins/ 3. Activate Redirection plugin 4. Activate Scheduled Redirects Usage Navigate to Tools Scheduled Redirects to: - Set scheduled start/end dates for redirects - Create new redirects with schedules - View status: Active, Inactive, Scheduled, On Schedule, Expired Key Features - Scheduled Activation - Set a future date/time for redirects to automatically enable - Scheduled Deactivation - Set an end date/time for redirects to automatically disable - Automatic Cache Purging - WPVIP edge cache is automatically purged when redirect status changes - Reliable Scheduling - Uses Action Scheduler for dependable background processing - Simple Interface - Clean admin UI under Tools menu with search and filtering - Create New Redirects - Add new redirects with schedules directly from the plu

Read the full README on GitHub →