Descripció
ReadyGo Toolkit replaces a pile of single-purpose plugins and copied-in 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. There is no front-end bloat, no dashboard widget you did not ask for and no upsell nag.
One plugin instead of fifteen
Most WordPress sites accumulate the same collection over time: something to duplicate posts, something to limit login attempts, something to allow SVG uploads, something to clean the database, something to disable XML-RPC. Each one is another update to run, another author to trust and another set of hooks firing on every request. ReadyGo Toolkit covers all of them in a single plugin where the modules you have not switched on cost you nothing at all.
Admin interface
Clean up the admin bar, hide admin notices, set custom admin footer text, set a custom admin bar greeting, widen the admin menu, reorder and organize the admin menu, and hide the admin bar on the front end.
Content management
Duplicate any post, page or custom post type in one click. Open menu or external links in a new tab. Set external permalinks so a post can point somewhere else. Add last-login and featured-image columns to your list tables. And fix missed scheduled posts, the classic WordPress problem where a scheduled post silently fails to publish.
Images and media
Enable SVG upload with sanitizing, replace a media file in place while keeping its existing URL so nothing breaks, add bulk image alt text, clean up messy file names on upload, control the large-image threshold, and unlink image files.
Security
Limit login attempts, change the WordPress login URL, obscure login error messages so they do not confirm valid usernames, block user enumeration, disable application passwords, disable the built-in file editor, remove the WordPress version number, and disable XML-RPC.
Optimizations and cleanup
Run a database cleanup covering revisions, transients, spam comments and orphaned meta. Limit or disable post revisions. Control the Heartbeat API to cut admin-ajax traffic. Disable emojis and other small components you are not using. Disable embeds, disable feeds, and disable the REST API for logged-out visitors.
Site files
Manage robots.txt and ads.txt from the admin, redirect 404s, switch on a maintenance mode, and set a custom login logo.
Utilities
Export and import all settings to clone your configuration across sites, which turns a twenty-minute setup into a thirty-second one when you run more than a handful of installs. Plus a built-in broken-link checker.
Guidance built in
Every module has its own explanation inside the plugin under the Help & Support tab, so you are never toggling something without knowing what it does or what it might break.
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.
Captures



Instal·lació
- 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.
PMF
-
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.
-
Will enabling this plugin slow down my site?
-
No. Modules are off by default and only an enabled module loads any code. A module you have not switched on has no effect on any request.
-
Can it replace my other utility plugins?
-
That is the point of it. Duplicate post, limit login attempts, SVG upload, database cleanup, disable XML-RPC, broken link checking and around forty more are all covered here, so you can retire the single-purpose plugins doing each job.
-
How do I duplicate a post or page in WordPress?
-
Enable the Duplicate Post module, then use the Duplicate link on any post, page or custom post type in the list table.
-
How do I change the WordPress login URL?
-
Enable the login URL module in the Security section and set your own slug. The default wp-login.php address then stops responding.
-
How do I allow SVG uploads in WordPress safely?
-
Enable the SVG upload module. Uploaded SVG files are sanitized rather than accepted as-is.
-
How do I disable XML-RPC in WordPress?
-
Turn on the Disable XML-RPC module in the Security section. No code or .htaccess editing needed.
-
Can I replace an image without breaking its URL?
-
Yes. The Replace Media module swaps the file in place and keeps the existing URL, so every page already using that image updates automatically.
-
How do I fix missed scheduled posts?
-
Enable the missed-schedule fixer in Content management. It catches scheduled posts that failed to publish and publishes them.
-
Can I copy my settings to another site?
-
Yes. Export your configuration from the Utilities section and import it on any other site running the plugin.
-
Are the modules documented?
-
Yes. Every module is explained in the Help & Support tab inside the plugin.
Ressenyes
No hi ha ressenyes per a aquesta extensió.
Col·laboradors i desenvolupadors
«ReadyGo Toolkit» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.
Col·laboradorsTraduïu «ReadyGo Toolkit» a la vostra llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.
Registre de canvis
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.
