_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) message Error message or WP_Error object.
- (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 $0 Error message. @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.