Snippets

Jan Pozivil WP Debugging

Created by Jan Pozivil
1
2
3
4
5
6
<?php
// append to exisiting wp-config.php file, make sure you delete it after the problem was solved
error_reporting(E_ALL);
init_set('display_errors', 1);
define('WP_DEBUG', true);
?>

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.