apply_filters( 'wp_is_application_passwords_available_for_user', bool $available, WP_User $user )

Filters whether Application Passwords is available for a specific user.


Parameters

$available

True if available, false otherwise.

$user

The user to check.


Source

File: wp-includes/user.php

View on GitHub


Changelog

Changelog
Version Description
5.6.0 Introduced.