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
return apply_filters( 'wp_is_application_passwords_available_for_user', true, $user );
Changelog
Version | Description |
---|---|
5.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.