Skip to content

Enabling Modules

Modules are off until you enable them. That keeps unused features off the critical path.

  1. Go to WP PowerSuite -> Modules.
  2. Find the module by category or search.
  3. Toggle it on.
  4. If prompted, confirm any warning (some modules change login URLs, XML-RPC, or other sensitive behavior).
  5. Open settings (or the module’s admin page) if it has options, then save.

Toggle it off on the same screen. PowerSuite stops loading that module - no separate uninstall step.

  • Test on staging before production for login, redirect, security, and maintenance modules.
  • Enable one high-impact module at a time when hardening a live site.
  • Bookmark new login URLs immediately if you use Change Login URL.
  • Pair related modules intentionally (for example Limit Login Attempts + Generic Login Errors), and avoid stacking two plugins that do the same job.

Each module guide includes a How to test it section with pass/fail checks. Use those after enabling.