a7bee0325d
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/' );` |
||
---|---|---|
.. | ||
class-wc-log-handler-db.php | ||
class-wc-log-handler-email.php | ||
class-wc-log-handler-file.php |