Redirects 404 errors to homepage
- added
Requires PHP
plugin header
- completely refactored code into single file with WordPress coding standards and no PHP classes
- support for Git Updater
- disables WordPress.org updates
- greatly expanded and improved "exclusion" rules for WP Admin, WP Cron, XML-RPC, REST API, Admin AJAX, WP-CLI, and non-frontend URL patterns
- skips trying to redirect if headers already sent to avoid conflicts (rare)
clear_headers
function refactored and improved (attempts to clear any existing headers before 301 redirecting)- supports PHP 7.0 to PHP 8.3
- supports Multisite
- tested with WP 5.0
- updated plugin meta
- updated recommended plugins
- updated plugin meta
- added warning for Multisite installations
- updated recommended plugins
- better support for
DISABLE_NAG_NOTICES
- tested with WP 4.9
- partial support for
DISABLE_NAG_NOTICES
- updated recommended plugins
- updated plugin meta
- optimized plugin code
- added rating request notice
- updated recommended plugins
- added filter to "skip"
WP Admin
,WP Cron
, andXML-RPC
context requests - updated recommended plugins
- updated recommended plugins
- optimized plugin code
- added recommended plugins notice
- tested with WP 4.8
- updated plugin meta
- updated plugin meta
- initial release