On this page
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
$availablebool-
True if available, false otherwise.
$userWP_User-
The user to check.
Source
File: wp-includes/user.php. View all references
return apply_filters( 'wp_is_application_passwords_available_for_user', true, $user );
Related
Used By
| Used By | Description |
|---|---|
| wp_is_application_passwords_available_for_user() wp-includes/user.php | Checks if Application Passwords is available for a specific user. |
Changelog
| Version | Description |
|---|---|
| 5.6.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_is_application_passwords_available_for_user