wp_is_application_passwords_available_for_user
wp_is_application_passwords_available_for_user ( $user )
Parameters:- (int|WP_User) user The user to check.
Returns:Defined at: - Introduced in WordPress: 5.6.0
- Deprecated in WordPress: —
Description
Checks if Application Passwords is available for a specific user.By default all users can use Application Passwords. Use {@see 'wp_is_application_passwords_available_for_user'}
to restrict availability to certain users.