apply_filters( 'wp_is_application_passwords_available', bool $available )
Filters whether Application Passwords is available.
Parameters
- $available
-
True if available, false otherwise.
Source
File: wp-includes/user.php
Changelog
| Version | Description |
|---|---|
| 5.6.0 | Introduced. |