Changeset 51747 for branches/5.2
- Timestamp:
- 09/08/2021 05:23:51 PM (4 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/wp-includes/functions.php
r49456 r51747 3010 3010 */ 3011 3011 $function = apply_filters( 'wp_die_json_handler', '_json_wp_die_handler' ); 3012 } elseif ( wp_is_jsonp_request() ) {3012 } elseif ( defined( 'REST_REQUEST' ) && REST_REQUEST && wp_is_jsonp_request() ) { 3013 3013 /** 3014 * Filters the callback for killing WordPress execution for JSONP requests.3014 * Filters the callback for killing WordPress execution for JSONP REST requests. 3015 3015 * 3016 3016 * @since 5.2.0
Note: See TracChangeset
for help on using the changeset viewer.