Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save brianleejackson/5156688d0b75d8e892d9443136d7cae8 to your computer and use it in GitHub Desktop.
Save brianleejackson/5156688d0b75d8e892d9443136d7cae8 to your computer and use it in GitHub Desktop.
Disable application passwords in WordPress
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