graceful_fail [ WordPress Functions ]
graceful_fail ( $message )
| See: |
|
| Defined at: |
|
| Codex |
No description yet.
Source
function graceful_fail( $message ) {
_deprecated_function( __FUNCTION__, '3.0', 'wp_die()' );
$message = apply_filters( 'graceful_fail', $message );
$message_template = apply_filters( 'graceful_fail_template',
'<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Error!</title>
<style type="text/css">
img {
border: 0;
}Examples [ wp-snippets.com ]
Top Google Search Results
- Graceful exit - Wikipedia, the free encyclopedia
A graceful exit (or graceful handling) is a simple programming idiom wherein a program detects a serious error condition and "exits gracefully" in a controlled ...
en.wikipedia.org - Design your website for a graceful fail - Programming
Apr 26, 2012 ... A failure in secondary content doesn't need to take down an entire website. Here, Etsy's Mike Brittain explains how to build resilience into UIs ...
programming.oreilly.com - Docs for page ms-deprecated.php
graceful_fail (line 67). see: wp_die(); deprecated: 3.0.0; deprecated: Use wp_die( ); since: MU. void graceful_fail ( $message). $message. is_main_blog (line 125).
xref.wordpress.org - Graceful FAIL - Cheezburger
derp. Doesn't look like a FAIL to me. 6 Months Ago. angelasmangelax. Yeah, I was about to say...a lot of dancers do this to create drama. 6 Months Ago. turkish.
cheezburger.com
