Filter hook 'wp_is_application_passwords_available_for_user'

in WP Core File wp-includes/user.php at line 5031

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.
	 */