On this page
apply_filters( 'wp_is_application_passwords_available', bool $available )
Filters whether Application Passwords is available.
Parameters
$availablebool-
True if available, false otherwise.
Source
File: wp-includes/user.php. View all references
return apply_filters( 'wp_is_application_passwords_available', wp_is_application_passwords_supported() );
Related
Used By
| Used By | Description |
|---|---|
| wp_is_application_passwords_available() wp-includes/user.php | Checks if Application Passwords is globally available. |
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