Filter hook 'application_password_is_api_request'

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

Description

Filters whether this is an API request that Application Passwords can be used on. By default, Application Passwords is available for the REST API and XML-RPC.

Occurrences

Filename Line Number
wp-includes/user.php 366

Parameters

Type Name Description
bool $is_api_request If this is an acceptable API request.

PHP Doc

/**
	 * Filters whether this is an API request that Application Passwords can be used on.
	 *
	 * By default, Application Passwords is available for the REST API and XML-RPC.
	 *
	 * @since 5.6.0
	 *
	 * @param bool $is_api_request If this is an acceptable API request.
	 */