Skip to content
Select theme
Get Started

Disable Post Auto-Save

Summarize with AI

Disable Post Auto-Save Fewer automatic saves while you edit, so your site stores fewer hidden draft revisions and stays tidier.

Fewer automatic saves while you edit, so your site stores fewer hidden draft revisions and stays tidier.

  • Includes settings so you can tune this module for your site.

Enable it if:

  • You specifically need: Fewer automatic saves while you edit, so your site stores fewer hidden draft revisions and stays tidier.
  • You want this Speed feature without installing a separate plugin for it.

Open Disable Post Auto-Save settings from WP PowerSuite -> Modules after enabling it.

  1. Go to WP PowerSuite -> Modules.
  2. Open Speed or search for “Disable Post Auto-Save”.
  3. Toggle Disable Post Auto-Save on.
  4. Open the module settings and save.

Toggle it off anytime to stop this module from loading.

  • Confirm Disable Post Auto-Save is enabled under WP PowerSuite -> Modules -> Speed.
  • Use the feature this module controls (the admin UI, front-end behavior, upload, login flow, etc.).
  • ✅ Pass: you see the module-specific behavior described above.
  • ❌ Fail: re-check this module’s settings, then look for another plugin doing the same job.
  • No change after enabling. Confirm the toggle is on, hard-refresh, and review this module’s settings.
  • Conflicts. Temporarily disable other plugins that implement the same feature.
  • Unexpected side effect. Toggle Disable Post Auto-Save off to revert, then re-enable with adjusted settings.

Prefer the command line? You can turn this module on or off with WP-CLI instead of the dashboard:

Terminal window
# Turn the module on
wp powersuite module enable disable-post-autosave
# Turn the module off
wp powersuite module disable disable-post-autosave
# Check whether it is on, its category, and where its settings live
wp powersuite module get disable-post-autosave

Managing more than one site? Add --url=https://example.com to point a command at one site. If this is a Pro module, install WP PowerSuite Pro and activate your license first. New to WP-CLI? See the full command guide.

What does Disable Post Auto-Save do?

Fewer automatic saves while you edit, so your site stores fewer hidden draft revisions and stays tidier.

Is Disable Post Auto-Save free?

Yes. Enable it under WP PowerSuite -> Modules.

Does Disable Post Auto-Save have settings?

Yes. Open module settings from WP PowerSuite -> Modules after enabling it.

How do I turn Disable Post Auto-Save off?

Go to WP PowerSuite -> Modules, find Disable Post Auto-Save, and toggle it off.

Developer notes (hooks & filters)

Source: modules/disable-post-autosave/admin.php, modules/disable-post-autosave/module.php. Boot: admin · context: admin.

Hooks (non-exhaustive): admin_enqueue_scripts, wp_autosave_interval, block_editor_settings_all.