Kill WordPress execution and display HTML message with error messageIf its necessary to stop execution of PHP process in WordPress and show to the user any message with the reason of it, next function will do it: function wp_die($message = '', $title = '', $args = array())1function wp_die($message = '', $title = '', $args = array())