wp_die_jsonp_handler

wp_die_jsonp_handler

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wp_die_jsonp_handler') is found 1 times:

  • /wp-includes/functions.php line 3751
    		 * @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
    		 *