diff --git a/wp-laravel-dd.php b/wp-laravel-dd.php index 1316145..52fc9ee 100755 --- a/wp-laravel-dd.php +++ b/wp-laravel-dd.php @@ -60,6 +60,7 @@ */ function dd() { + header('Content-Type: text/html'); array_map(function ($x) { (new PeterHegman\Dumper)->dump($x); }, func_get_args());