Filter hook 'rest_jsonp_enabled'

in WP Core File wp-includes/load.php at line 1898

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.
 */