TrueCommander is an admin tool. It is built to make running WordPress faster without changing what your visitors experience or quietly shipping your data somewhere. Here is exactly how that works, including the parts most plugins gloss over.
It runs in wp-admin, not on your site
The navigator and its commands load inside the WordPress admin, for signed-in users with permission to use them. By default your public pages load none of TrueCommander's code, so your visitors are never served it and your page-speed scores do not move.
The one exception is opt-in front-end features (for example a social-login button): those only run if you turn them on, because their whole job is to appear on the front end. Leave them off and the front end stays completely untouched.
No third-party tracking
There are no analytics scripts, no advertising trackers, and no usage profiling baked into the plugin. TrueCommander does not watch how you work and does not sell or share that information, because it never collects it in the first place.
What leaves your site, and when
Honesty matters more than a tidy slogan, so here is every outbound call the plugin makes:
- Licensing and updates — to activate, validate, and check for new versions, the plugin talks to the TruePlugins license server. This is the normal licensing handshake, and it carries your license key and which site is asking, not your content.
- AI commands — when you run an AI command, the text you give it plus the command name are sent to the TruePlugins AI service to generate the result. Nothing is sent unless you run one of those commands.
That is the complete list. Outside of licensing and the AI commands you choose to run, your content stays on your server.
Built on WordPress core
The plugin uses WordPress core APIs, with no Composer packages, no npm bundles, and no third-party runtime services it depends on to function. Fewer moving parts means fewer surprise conflicts with your theme or other plugins, and nothing external that can break your admin if it goes down.
Your data is yours
Your settings, custom commands, macros, and logs live in your own database in standard WordPress tables and options, nothing hidden and nothing held hostage. You can export your configuration and move it between sites whenever you like.
Deactivating TrueCommander leaves your setup untouched, so you can switch it off and on without losing anything. Deleting it cleans up completely: the plugin drops its own tables and removes its options and scheduled tasks on uninstall, so nothing is left orphaned in your database.