Home / Disable Application Passwords
Duplicate Snippet

Embed Snippet on Your Site

Disable Application Passwords

Disable Application Passwords feature that was added in WP 5.6.

30+
Code Preview
php
<?php
add_filter('wp_is_application_passwords_available', '__return_false');

Comments

Add a Comment