Code-Snippets-Functions/Execute a function on a child site/WordPress/disable-application-passwords.txt

1 line
73 B
Text

add_filter( 'wp_is_application_passwords_available', '__return_false' );