apply_filters( ‘wp_is_application_passwords_available_for_user’, bool $available, WP_User $user )

In this article

Filters whether Application Passwords is available for a specific user.

Parameters

$availablebool
True if available, false otherwise.
$userWP_User
The user to check.

Source

return apply_filters( 'wp_is_application_passwords_available_for_user', true, $user );

Changelog

VersionDescription
5.6.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.