Flux One adds a command bar to WordPress admin so you can complete common site-management tasks without digging through menus, screens, and settings pages.
Use Flux One to search, navigate, and trigger supported admin actions from one focused interface.
It is built for WordPress administrators, agencies, freelancers, WooCommerce managers, and site owners who want a faster way to operate WordPress.
WordPress admin tasks often require too much clicking.
Flux One helps reduce that friction by giving you a command-driven interface for common workflows.
Instead of navigating through multiple admin screens, open the Flux One command bar, type what you need, and take action.
Flux One is designed for common admin tasks such as:
Flux One includes an email aggregate and summary interface.
With an active Flux Suite connection, Flux One can send captured outbound email content to Flux-hosted services for summarization into a clearer operational view, with urgent and important action items prioritized above the full summary. That processing runs on Flux infrastructure, not entirely inside the plugin.
This is useful for site owners and agencies who want better visibility into what their WordPress site is sending and which items may need attention.
Flux One is not a replacement for WP-CLI or advanced developer tooling.
It is built for normal WordPress admin workflows where speed, clarity, and fewer clicks matter.
Flux One can connect with Flux Suite to use Flux-hosted capabilities such as AI-powered summaries and future Flux workflow enhancements.
The core plugin provides command and dashboard workflow functionality. Licensed Flux Suite features add advanced intelligence and summarization capabilities.
This plugin bundles third-party libraries in the distributed build. Exact contents are defined by the build packaging process.
Bundled libraries include:
vendor-prefixed/stratease/flux-plugins-common/; runtime JS in src/assets/common/js/dist/) — license as included with the library.Flux One includes a shared Flux Plugins Common library that can communicate with the Flux Plugins API service for license validation/activation, compatibility checks, and optional hosted capabilities (for example AI-assisted summarization) when you use those features.
https://api.fluxplugins.com. This may be overridden with FLUX_PLUGINS_COMMON_EXTERNAL_SERVICE_URL.home_url()), and plugin version. See the ExternalApiClient implementation in the bundled common library.Privacy policy: https://fluxplugins.com/privacy/
Terms of use: https://fluxplugins.com/terms-of-service/
This plugin ships compiled JavaScript bundles in the WordPress.org package:
assets/js/dist/* (Flux One admin UI)src/assets/common/js/dist/* (Flux Suite shared admin pages: License, Logs, Compatibility)Human-readable source code for these bundles is available in repository: https://github.com/stratease/flux-one (WordPress.org listing slug: flux-one-command-bar; text domain matches that slug).
To rebuild bundles from source:
npm cinpm run buildassets/js/dist/The Flux Suite shared admin page bundles under src/assets/common/js/dist/ are built in the flux-plugins-common repository (npm run build) and copied into this plugin during Composer install/update via the copy-common-assets script (js/dist and images only).