Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/user.php | apply_filters | 4958 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
bool | $available | True if available, false otherwise. |
WP_User | $user | The user to check. |