KOCMOC: jo, to mám prakticky taky, ale nepodařilo se mirozchodit to abych to debugování mohl zapínat z toho pluginu a ne editací wp-config.php. z toho co jsem našel tak je to možná tím, že nemám wp na hostingu "v rootu", ale ve složce www (OneBit), takže možná nejde ten include..
define('WP_DEBUG', defined('WPLV_DEBUG') ? WPLV_DEBUG : false); // pro plugin WP Log Viewer //define('WP_DEBUG', false);
define('WP_DEBUG_LOG', true); // Tell WordPress to log everything to /wp-content/debug.log
define('WP_DEBUG_DISPLAY', false); // Turn off the display of error messages on your site
//@ini_set('display_errors', 0); // For good measure, you can also add the follow code, which will hide errors from being displayed on-screen