• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
WordPress develop tests

WordPress develop tests

WordPress develop tests a2z

  • Home
  • Plugins
  • Shortcodes
  • APIs
  • Classes
  • Files
  • Hooks
  • Sitemap
  • Blog
Home / APIs / _wp_die_handler() – Handles the WP die handler by outputting the given values as text.

You appear to be a bot. Output may be restricted

Description

Handles the WP die handler by outputting the given values as text.

Usage

_wp_die_handler( $message, $title, $args );

Parameters

$message
( string ) required – The message.
$title
( string ) optional – The title.
$args
( array ) optional – Array with arguments.

Returns

void

Source

File name: wordpress-develop-tests/phpunit/includes/functions.php


Lines:

1 to 8 of 8
function _wp_die_handler( $message, $title = '', $args = array() ) {
  if ( ! $GLOBALS['_wp_die_disabled'] ) {
    _wp_die_handler_txt( $message, $title, $args );
  } else {
    //Ignore at our peril
  }
}
 

 View on GitHub

Published: 26th November 2019 | Last updated: 26th November 2019

Primary Sidebar

Information

Function name: _wp_die_handler
Plugin ref: WordPress develop tests
Version: 5.3
Sourcefile: phpunit/includes/functions.php
File ref: phpunit/includes/functions.php
API type: private
Deprecated?: No
API Letters: _,D,H,W

Footer

WordPress develop tests WordPress develop tests
WordPress develop tests a2z
WordPress 5.3
WordPress a2z
WordPress core a2z
Genesis Theme Framework a2z
Jetpack a2z
WordPress develop tests
Easy Digital Downloads a2z
WooCommerce a2z
Yoast SEO a2z
WordPress Blocks

Site:  develop.wp-a2z.org
© Copyright WordPress develop tests 2014-2019. All rights reserved.


Website designed and developed by Herb Miller
Proudly powered by WordPress and oik plugins

  • Home
  • Blog
  • Sitemap
  • Sites