Filter hook 'wp_is_application_passwords_available'

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

Description

Filters whether Application Passwords is available.

Occurrences

Filename Line Number
wp-includes/user.php 4996

Parameters

Type Name Description
bool $available True if available, false otherwise.

PHP Doc

/**
	 * Filters whether Application Passwords is available.
	 *
	 * @since 5.6.0
	 *
	 * @param bool $available True if available, false otherwise.
	 */