0
    0
    Cosul Tau
    Your cart is emptyReturn to Shop
    add_filter('query', function($query){ $trace = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS); foreach ($trace as $step){ if (!empty($step['file']) && strpos($step['file'],'wp-content/plugins') !== false){ error_log( '[PLUGIN SQL] ' . basename(dirname($step['file'])) . ' -> ' . $query ); break; } } return $query; }, PHP_INT_MAX);