<?php



/**
 * Debug control constant (remove "//" comments to activate)
 */
//if (!defined('WPLNST_DEBUG')) {
//	define('WPLNST_DEBUG', true);
//}



/**
 * Debug trace control constant (remove "//" comments to activate)
 * This constant depends on the constant WPLNST_DEBUG being defined with true value
 * The `trace` mode generates the debug file wp-content/wplnst_trace.txt
 */
//if (!defined('WPLNST_DEBUG_OUTPUT')) {
//	define('WPLNST_DEBUG_OUTPUT', 'trace');
//}