Filters the REST API response for an application password.
$responseWP_REST_Response$itemarray$requestWP_REST_Requestwp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:646WP_REST_Application_Passwords_Controller::prepare_item_for_response() * @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. */ return apply_filters( 'rest_prepare_application_password', $response, $item, $request ); } /** * Prepares links for the request. * * @since 5.6.0Introduced in 5.6.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.