Just reverted to WordPress 4
Hate the Gutenberg editor.
And to stop WordPress from bugging me to update to 5, or automatically updating to it, I've changed the version number in wp-includes/version.php
<?php
/**
* The WordPress version string
*
* @global string $wp_version
*/
$wp_version = '9.9.9';
/**