wpseek.com
A WordPress-centric search engine for devs and theme authors



_wp_die_process_input › WordPress Function

Since5.1.0
Deprecatedn/a
_wp_die_process_input ( $message, $title = '', $args = array() )
Access:
  • private
Parameters: (3)
  • (string|WP_Error) $message Error message or WP_Error object.
    Required: Yes
  • (string) $title Optional. Error title. Default empty string.
    Required: No
    Default: (empty)
  • (string|array) $args Optional. Arguments to control behavior. Default empty array.
    Required: No
    Default: array()
Returns:
  • (array) {
    Processed arguments.

    @type string $0 Error message.
    @type string $1 Error title.
    @type array $2 Arguments to control behavior.
    }
Defined at:
Codex:

Processes arguments passed to wp_die() consistently for its handlers.



Source

Soon...