wp_die_jsonp_handler

wp_die_jsonp_handler

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_die_jsonp_handler') is found 1 times:

  • /wp-includes/functions.php line 3790
    3786
    3787
    3788
    3789
    3790
    3791
    3792
    3793
    3794
    3795
    3796
         * @since 5.2.0
         *
         * @param callable $callback Callback function name.
         */
        $callback = apply_filters( 'wp_die_jsonp_handler', '_jsonp_wp_die_handler' );
    } elseif ( defined( 'XMLRPC_REQUEST' ) && XMLRPC_REQUEST ) {
        /**
         * Filters the callback for killing WordPress execution for XML-RPC requests.
         *
         * @since 3.4.0
         *