Redirects 404 errors to homepage
- optimized request skipping logic with
$skip_patternsarray - refactored
clear_headers()for efficiency - added
/favicon.ico,/sitemap.xml,/wp-sitemap.xmlto exclusions - added
Tested up toplugin header - added
Update URIplugin header - added
Text Domainplugin header - minor performance and code structure improvements
- added
Requires PHPplugin 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_headersfunction 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-RPCcontext 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