Skip to content

Instantly share code, notes, and snippets.

@hedqvist
Last active January 9, 2023 12:34
Show Gist options
  • Save hedqvist/99a6ba6280f177d644dd70e440fca177 to your computer and use it in GitHub Desktop.
Save hedqvist/99a6ba6280f177d644dd70e440fca177 to your computer and use it in GitHub Desktop.
WordPress - Applications Passwords
<?php
/**
* @snippet WooCommerce - Dont use Application Passwords EVER
* @author Redlight Media AB / Christopher Hedqvist
* @compatible WooCommerce 7.2.0
*/
add_filter('wp_is_application_passwords_available', '__return_false', 10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment