Description
ReadyGo Toolkit replaces a pile of single-purpose plugins and code snippets with one lightweight plugin. It gives you 45+ site utilities as simple on/off modules, grouped into clear categories, so you enable only what you need and nothing else loads.
Every module ships off by default (except Duplicate Post), and only enabled modules run any code, so there is no front-end bloat.
Admin interface
Clean up the admin bar, hide admin notices, custom admin footer text, custom admin bar greeting, wider admin menu, organize the admin menu, and hide the admin bar on the front end.
Content management
Duplicate any post, page or custom post type; open menu or external links in a new tab; external permalinks; last-login and featured-image columns; and a missed-schedule fixer.
Images & media
Enable SVG upload (sanitized), replace a media file in place while keeping its URL, bulk image alt text, clean file names on upload, control the large-image threshold, and unlink image files.
Security
Limit login attempts, change the login URL, obscure login errors, block user enumeration, disable application passwords, disable the file editor, remove the WordPress version, and disable XML-RPC.
Optimizations & cleanup
Database cleanup (revisions, transients, spam, orphaned meta), limit or disable post revisions, control the Heartbeat API, disable emojis and other small components, disable embeds, disable feeds, and disable the REST API for guests.
Site files
Manage robots.txt and ads.txt, redirect 404s, a maintenance mode, and a custom login logo.
Utilities
Export and import all settings to clone your configuration across sites, plus a broken-link checker.
Guidance for every module is built into the plugin under the Help & Support tab.
Independent, original code
ReadyGo Toolkit is written from scratch by ReadyGo Tools, a division of MKB Platinum. It is not a fork or copy of any other plugin.
Screenshots



Installation
- Upload the plugin to /wp-content/plugins/, or install it from the Plugins screen.
- Activate it.
- Open ReadyGo Toolkit in the admin menu and switch on the modules you want.
- Save. Only the modules you enable will run.
FAQ
-
Does it slow down my site?
-
No. Only the modules you enable load any code, and there is no front-end JavaScript or CSS unless a module needs it.
-
Are all modules on by default?
-
No. Every module is off by default except Duplicate Post, so a fresh install changes nothing until you choose what to enable.
-
I changed the login URL and got locked out. What now?
-
Add define( ‘RGTK_DISABLE_LOGIN_URL’, true ); to your wp-config.php to restore the default login, then remove it once you are back in. If you cannot edit wp-config.php, rename the plugin folder in wp-content/plugins (via your host file manager or FTP) to deactivate it.
-
Can I move my settings to another site?
-
Yes. Use Export / Import Settings to copy your whole configuration to another site.
-
Is SVG upload safe?
-
Uploaded SVG files are sanitized (scripts and event handlers stripped) before they are saved.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“ReadyGo Toolkit” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “ReadyGo Toolkit” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.1
- Converted all inline admin styles and scripts to properly enqueued assets.
- Removed the Custom CSS, Header & Footer Code and Autosave Interval modules to comply with the wordpress.org guideline on arbitrary code and global changes.
- SVG sanitizer now uses WP_Filesystem and drops a deprecated libxml call.
1.0.0
- First public release on wordpress.org: hardened file uploads and input handling.
0.12.0
- Hardened file uploads and input handling across modules.
- Prepared readme and metadata for wordpress.org.
0.11.0
- Added in-plugin Help & Support with tips and known conflicts.
0.10.0
- Added the Images category, Featured Image column, and the Disable Components, Custom Code, Optimizations, Security and Utilities groups.
0.1.0
- Initial modular release.
