wp_is_json_request
wp_is_json_request ( No parameters )
Returns:- (bool) True if `Accepts` or `Content-Type` headers contain `application/json`. False otherwise.
Defined at: - Introduced in WordPress: 5.0.0
- Deprecated in WordPress: —
Description
Checks whether current request is a JSON request, or is expecting a JSON response.