Description
Filters whether Application Passwords is available for a specific user.
Occurrences
Filename | Line Number |
---|---|
wp-includes/user.php | 5031 |
Parameters
Type | Name | Description |
---|---|---|
bool | $available | True if available, false otherwise. |
WP_User | $user | The user to check. |
PHP Doc
/**
* Filters whether Application Passwords is available for a specific user.
*
* @since 5.6.0
*
* @param bool $available True if available, false otherwise.
* @param WP_User $user The user to check.
*/