Skip to content

Early-bird lifetime licence: $199 once, for the first 200 buyers only. See the offer

Autosave every 2 minutes

The editor saves a backup copy of your work every 2 minutes instead of every minute. Fewer requests to a busy server.

  • Type PHP
  • Runs Everywhere (runs as WordPress loads)
  • Category Posts and editor
  • Tested with WordPress 7.1
PHP
<?php

add_filter(
	'block_editor_settings_all',
	static function ( $settings ) {
		$settings['autosaveInterval'] = 120; // Seconds.
		return $settings;
	}
);

In these packs

Move your snippets over this afternoon.

Importing changes nothing until you switch over, and your old shortcodes keep working.