Filters whether Application Passwords is available.
Parameters
$availablebool- True if available, false otherwise.
Source
return apply_filters( 'wp_is_application_passwords_available', wp_is_application_passwords_supported() );
Changelog
| Version | Description |
|---|---|
| 5.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.