_wp_die_process_input
- %1$s is private and should not be used in themes or plugins directly.
_wp_die_process_input ( $message, $title = '', $args = array() )
Access:Parameters:- (string|WP_Error|int) message Error message, WP_Error object, or integer response.
- (string) title Optional. Error title. Default empty string.
- (string|array) args Optional. Arguments to control behavior. Default empty array.
Returns:- (array) {
Processed arguments.
@type string|int $0 Error message, or integer response.
@type string $1 Error title.
@type array $2 Arguments to control behavior.
}
Defined at: - Introduced in WordPress: 5.1.0
- Deprecated in WordPress: —
Description
Processes arguments passed to wp_die() consistently for its handlers.