Advertisement

Summery Summery

Filters the arguments passed to {@see wp_die()} for the default PHP error template.

Syntax Syntax

apply_filters( 'wp_php_error_args', array $args, array $error )

Parameters Parameters

$args

Associative array of arguments passed to wp_die(). By default these contain a 'response' key, and optionally 'link_url' and 'link_text' keys.

$error

Error information retrieved from error_get_last().

Source Source

File: wp-includes/class-wp-fatal-error-handler.php

Advertisement

Changelog Changelog

Changelog
Version Description
5.2.0 Introduced.

Advertisement

Leave a Reply