apply_filters( 'wp_is_application_passwords_available_for_user', bool $available, WP_User $user )

Filters whether Application Passwords is available for a specific user.

Parameters

$available

(bool) True if available, false otherwise.

$user

(WP_User) The user to check.

Source

File: wp-includes/user.php

View on Trac

Changelog

Version Description
5.6.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_is_application_passwords_available_for_user