diff --git a/functions-addon.php b/functions-addon.php index 32d96d4a..ba0011c9 100644 --- a/functions-addon.php +++ b/functions-addon.php @@ -1,5 +1,27 @@ render($component); - error_log("ROI Theme DEBUG: render() returned " . strlen($output) . " chars for {$componentName}"); + roi_debug_log("ROI Theme DEBUG: render() returned " . strlen($output) . " chars for {$componentName}"); return $output; } catch (\Exception $e) {