Title: Webidextrous Time Delayed Redirects
Author: Rob Watson
Published: <strong>27 ตุลาคม 2025</strong>
Last modified: 27 ตุลาคม 2025

---

Search plugins

![](https://ps.w.org/webidextrous-time-delayed-redirects/assets/icon-128x128.png?
rev=3385467)

# Webidextrous Time Delayed Redirects

 By [Rob Watson](https://profiles.wordpress.org/rcwatson/)

[Download](https://downloads.wordpress.org/plugin/webidextrous-time-delayed-redirects.2.1.1.zip)

 * [Details](https://th.wordpress.org/plugins/webidextrous-time-delayed-redirects/#description)
 * [Reviews](https://th.wordpress.org/plugins/webidextrous-time-delayed-redirects/#reviews)
 *  [Installation](https://th.wordpress.org/plugins/webidextrous-time-delayed-redirects/#installation)
 * [Development](https://th.wordpress.org/plugins/webidextrous-time-delayed-redirects/#developers)

 [Support](https://wordpress.org/support/plugin/webidextrous-time-delayed-redirects/)

## Description

Webidextrous Time Delayed Redirects is a professional WordPress plugin designed 
to help you migrate from one domain to another with a smooth user experience. Instead
of immediately redirecting users, this plugin provides a comprehensive redirect 
management system with advanced features:

 * Set up time delayed redirects with multiple HTTP status codes (301, 302, 303,
   307, 308)
 * Show an optional migration message overlay to inform users
 * Display your current page for a specified time before showing the migration message
 * Configure redirect delays independently from page display time
 * Handle both exact URL matches and advanced regex patterns
 * Dynamic redirect management with AJAX-powered interface
 * Export and import redirect configurations
 * User-controlled data management with optional uninstall cleanup
 * Professional tabbed interface with complete documentation

**Key Features:**

 * **Multiple HTTP Status Codes**: Support for 301 (Permanent), 302 (Temporary),
   303 (See Other), 307 (Temporary), and 308 (Permanent) redirects
 * **Advanced Pattern Matching**: Support for both exact URLs and powerful regex
   patterns
 * **Dynamic Interface**: Add, edit, and delete redirects without page reloads with
   status code selection
 * **Export/Import**: Backup and restore configurations in JSON or CSV format including
   status codes
 * **Flexible Timing**: Control page display time and redirect delays independently
 * **User-Friendly Messages**: Optional overlay with migration information and countdown
   timer
 * **Data Management**: Optional uninstall cleanup with user control over data preservation
 * **Professional UI**: Clean tabbed interface with comprehensive documentation
 * **SEO Friendly**: Uses appropriate HTTP status codes to maintain search engine
   rankings
 * **Repository Ready**: Fully compliant with WordPress Plugin Repository standards
   and security requirements

**Perfect for:**
 * Domain migrations * Site restructuring * Temporary redirects
with user notification * Gradual site transitions

### Support

For support, please visit our website or contact us through the WordPress plugin
directory.

## Screenshots

 * [[
 * Admin settings page with redirect configuration options
 * [[
 * Migration message overlay shown to users
 * [[
 * Professional tabbed interface with redirect management
 * [[

## Installation

 1. Upload the plugin files to the `/wp-content/plugins/webidextrous-time-delayed-redirects`
    directory, or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Use the Settings  Webidextrous Time Delayed Redirects screen to configure your 
    redirects.

## FAQ

### How do I set up a redirect?

Go to Settings  Webidextrous Time Delayed Redirects and enter your redirect rules
in the format:
 /old-page=https://newsite.com/new-page

Each redirect should be on a separate line.

### What HTTP status codes are supported?

The plugin supports all major redirect status codes:
 * 301 – Permanent Redirect(
recommended for SEO) * 302 – Temporary Redirect * 303 – See Other * 307 – Temporary
Redirect (preserves HTTP method) * 308 – Permanent Redirect (preserves HTTP method)

### Can I use regex patterns?

Yes! Use regex patterns enclosed in forward slashes:
 /^\/blog\/(.*)$/ will match`/
blog/anything`

### Can I export my redirect settings?

Yes, you can export your settings as JSON (complete backup) or CSV (redirects only)
from the Export/Import tab.

### What happens to my data when I uninstall the plugin?

By default, all your redirect settings and configurations are preserved when you
uninstall the plugin, so you can reinstall later without losing your setup. However,
if you want to completely remove all plugin data, you can enable the “Delete all
plugin data when uninstalling” option in Settings  Plugin Data Management. When 
enabled, all plugin settings, redirects, and configuration data will be permanently
deleted upon uninstall.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Webidextrous Time Delayed Redirects” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ Rob Watson ](https://profiles.wordpress.org/rcwatson/)

[Translate “Webidextrous Time Delayed Redirects” into your language.](https://translate.wordpress.org/projects/wp-plugins/webidextrous-time-delayed-redirects)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/webidextrous-time-delayed-redirects/),
check out the [SVN repository](https://plugins.svn.wordpress.org/webidextrous-time-delayed-redirects/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/webidextrous-time-delayed-redirects/)
by [RSS](https://plugins.trac.wordpress.org/log/webidextrous-time-delayed-redirects/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.1.1

 * **FIXED**: Renamed plugin to Webidextrous Time Delayed Redirects
 * **FIXED**: Fixed sanitization for register_setting()

#### 2.1.0

 * **NEW**: User-controlled data management with optional uninstall cleanup feature
 * **NEW**: Plugin Data Management setting to control data preservation on uninstall
 * **SECURITY**: Complete WordPress Plugin Repository compliance with all security
   standards
 * **SECURITY**: Enhanced input validation and sanitization throughout the plugin
 * **SECURITY**: Proper nonce verification for all AJAX operations and form submissions
 * **IMPROVED**: WordPress coding standards compliance for repository submission
 * **IMPROVED**: Enhanced file upload handling with comprehensive validation
 * **IMPROVED**: Better error handling and user feedback for all operations
 * **IMPROVED**: Multisite compatibility for uninstall data cleanup
 * **FIXED**: All Plugin Check warnings and security recommendations addressed
 * **FIXED**: Tab navigation security warnings resolved with WordPress-approved 
   methods
 * **TECHNICAL**: Removed debug functionality to meet repository standards
 * **TECHNICAL**: Enhanced documentation and inline code comments
 * **TECHNICAL**: Comprehensive uninstall.php implementation with safety features

#### 2.0.0

 * **MAJOR UPDATE**: Complete plugin redesign with professional features and renamed
   to “Time Delayed Redirects”
 * **NEW**: Multiple HTTP status code support (301, 302, 303, 307, 308) with dropdown
   selection
 * **NEW**: Advanced regex pattern support for complex URL matching
 * **NEW**: Dynamic AJAX-powered redirect management interface
 * **NEW**: Professional tabbed admin interface (Redirects, Export/Import, Documentation)
 * **NEW**: Export/Import functionality supporting JSON and CSV formats with status
   codes
 * **NEW**: Side-by-side From/To/Status input fields with add/delete buttons
 * **NEW**: Comprehensive built-in documentation tab
 * **NEW**: Enhanced debug mode with regex pattern detection and status code display
 * **IMPROVED**: Modular code architecture with separation of concerns
 * **IMPROVED**: Better security with enhanced nonce verification
 * **IMPROVED**: Backward compatibility with existing redirect configurations
 * **IMPROVED**: Mobile-responsive admin interface with status code column
 * **IMPROVED**: Real-time redirect validation and feedback
 * **IMPROVED**: SEO-friendly redirects with appropriate HTTP status codes
 * **FIXED**: Form submission issues preserving redirect data including status codes
 * **FIXED**: AJAX security and error handling with status code processing
 * **TECHNICAL**: Separated HTML, CSS, and JavaScript into dedicated files
 * **TECHNICAL**: Implemented proper WordPress coding standards throughout
 * **TECHNICAL**: Complete class renaming from “Timed_301_Redirects” to “Time_Delayed_Redirects”

#### 1.3

 * Improved security with proper input validation and sanitization
 * Enhanced code quality to meet WordPress repository standards
 * Removed debug logging for production readiness
 * Added proper escaping for all output
 * Improved nonce verification and capability checks

#### 1.2

 * Added debug mode for testing redirect rules
 * Improved regex pattern matching
 * Enhanced user interface

#### 1.1

 * Fixed compatibility issues with various themes
 * Improved message overlay styling
 * Added more customization options

#### 1.0

 * Initial release
 * Basic timed redirect functionality
 * Migration message overlay

## Meta

 *  Version **2.1.1**
 *  Last updated **6 เดือน ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **6.8.5**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/webidextrous-time-delayed-redirects/)
 * Tags
 * [301](https://th.wordpress.org/plugins/tags/301/)[domain](https://th.wordpress.org/plugins/tags/domain/)
   [migration](https://th.wordpress.org/plugins/tags/migration/)[redirect](https://th.wordpress.org/plugins/tags/redirect/)
   [regex](https://th.wordpress.org/plugins/tags/regex/)
 *  [Advanced View](https://th.wordpress.org/plugins/webidextrous-time-delayed-redirects/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/webidextrous-time-delayed-redirects/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/webidextrous-time-delayed-redirects/reviews/)

## Contributors

 *   [ Rob Watson ](https://profiles.wordpress.org/rcwatson/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/webidextrous-time-delayed-redirects/)