Filter hook 'rest_prepare_application_password'

in WP Core File wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php at line 646

Description

Filters the REST API response for an application password.

Occurrences

Filename Line Number
wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php 646

Parameters

Type Name Description
WP_REST_Response $response The response object.
array $item The application password array.
WP_REST_Request $request The request object.

PHP Doc

/**
		 * Filters the REST API response for an application password.
		 *
		 * @since 5.6.0
		 *
		 * @param WP_REST_Response $response The response object.
		 * @param array            $item     The application password array.
		 * @param WP_REST_Request  $request  The request object.
		 */