Skip to content

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

Turn off application passwords

Removes application passwords (logins for apps and scripts through the REST API) if you don’t use them.

  • Type PHP
  • Runs Everywhere (runs as WordPress loads)
  • Tested with WordPress 7.1
PHP
<?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.

Move your snippets over this afternoon.

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