Description
Checks whether current request is a JSONP request, or is expecting a JSONP response.
Occurrences
Filename | Line Number |
---|---|
wp-includes/load.php | 1898 |
wp-includes/rest-api/class-wp-rest-server.php | 310 |
PHP Doc
/**
* Checks whether current request is a JSONP request, or is expecting a JSONP response.
*
* @since 5.2.0
*
* @return bool True if JSONP request, false otherwise.
*/