woocommerce/includes/log-handlers
Gregory Karpinsky a7bee0325d
WC_Log_Handler_File::remove - fix for MS Windows
WC_LOG_DIR is defined with Unix slashes at the end. The `realpath` has Windows slashes and therefore `stripos` never works.

Consider also fixing slashes here:
`$this->define( 'WC_LOG_DIR', $upload_dir['basedir'] . '/wc-logs/' );`
2019-01-31 21:23:22 -05:00
..
class-wc-log-handler-db.php Update PHPCompatibility sniff names 2018-11-21 11:08:26 -02:00
class-wc-log-handler-email.php PHPCS fixes in includes/log-handlers/class-wc-log-handler-email.php 2018-03-07 10:49:32 -03:00
class-wc-log-handler-file.php WC_Log_Handler_File::remove - fix for MS Windows 2019-01-31 21:23:22 -05:00