Disable app credentials

To block App Passwords and Credentials in WordPress to all users, use the following Code Snippet an insert it into your functions.php File, f.ex. using Code Snippets.

add_filter('wp_is_application_passwords_available', '__return_false');

Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *