Turn off application passwords
Removes application passwords (logins for apps and scripts through the REST API) if you don’t use them.
<?php
add_filter( 'wp_is_application_passwords_available', '__return_false' );
Good to know
Some services connect this way: the WordPress mobile app, Zapier, some backup and deploy tools, and AI assistants using Snipfire’s abilities. Leave this off if you use any of them.
In these packs
- Harden WordPress: Close the doors attackers try first: XML-RPC, user name discovery, the file editors, revealing login errors.