12 lines
303 B
PHP
12 lines
303 B
PHP
<?php
|
|
/******************************************************
|
|
* Configure WP-Piwik Logger
|
|
* 0: Logger disabled
|
|
* 1: Log to screen
|
|
* 2: Log to file (logs/YYYYMMDD_wp-piwik.log)
|
|
*
|
|
* @package WP_Piwik
|
|
******************************************************/
|
|
|
|
define( 'WP_PIWIK_ACTIVATE_LOGGER', 0 );
|