Created
June 16, 2025 19:08
-
-
Save brianleejackson/5156688d0b75d8e892d9443136d7cae8 to your computer and use it in GitHub Desktop.
Disable application passwords in WordPress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_filter( 'wp_is_application_passwords_available', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment