Close new registrations
Nobody can register a new account from wp-login.php, whatever the setting says. Existing users aren’t affected.
<?php
add_filter( 'pre_option_users_can_register', static fn() => 0 );
Good to know
WooCommerce’s “allow customers to create an account” settings are separate and keep working.
In these packs
- Turn off more: More features you may not need: sitemaps, trackbacks, automatic updates, pattern suggestions.