Core Function
View Source on Trac ↗ _wp_die_process_input()
_wp_die_process_input( mixed $message, mixed $title = '', mixed $args = array() ) Processes arguments passed to wp_die() consistently for its handlers.
Parameters 2 required
| Name / Type | Description |
|---|---|
| (string | | WP_Error) $message Error message or WP_Error object. Required |
| $title string | Optional. Error title. Default empty string. |
| (string | | array) $args Optional. Arguments to control behavior. Default empty array. Required |
Return Value
(array)
array {
Processed arguments.
Function Information
Since Version
5.1.0
Source File
wp-includes/functions.php
Advertisement