_wp_die_process_input


_wp_die_process_input ( $message, $title = '', $args = array() )

Access:
  • private
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:

Description

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

Related Functions

wp_widget_rss_output, _wp_admin_bar_init, wp_widget_rss_process, wp_load_press_this, wp_edit_posts_query

Top Google Results

User discussions

wpseek mobile