Filters whether Application Passwords is available for a specific user.
$availablebool$userWP_Userwp-includes/user.php:5061wp_is_application_passwords_available_for_user() * * @since 5.6.0 * * @param bool $available True if available, false otherwise. * @param WP_User $user The user to check. */ return apply_filters( 'wp_is_application_passwords_available_for_user', true, $user );} /** * Registers the user meta property for persisted preferences. * * This property is used to store user preferences across page reloads and isIntroduced in 5.6.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.