Changeset 51743
- Timestamp:
- 09/08/2021 05:22:27 PM (4 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-includes/functions.php
r50038 r51743 3376 3376 */ 3377 3377 $function = apply_filters( 'wp_die_json_handler', '_json_wp_die_handler' ); 3378 } elseif ( wp_is_jsonp_request() ) {3378 } elseif ( defined( 'REST_REQUEST' ) && REST_REQUEST && wp_is_jsonp_request() ) { 3379 3379 /** 3380 * Filters the callback for killing WordPress execution for JSONP requests.3380 * Filters the callback for killing WordPress execution for JSONP REST requests. 3381 3381 * 3382 3382 * @since 5.2.0
Note: See TracChangeset
for help on using the changeset viewer.