apply_filters( ‘wp_die_jsonp_handler’, callable $callback )

In this article

Filters the callback for killing WordPress execution for JSONP REST requests.

Parameters

$callbackcallable
Callback function name.

Source

$callback = apply_filters( 'wp_die_jsonp_handler', '_jsonp_wp_die_handler' );

Changelog

VersionDescription
5.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.