We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a55d61 commit e5a3572Copy full SHA for e5a3572
themes/osi/functions.php
@@ -429,7 +429,7 @@ function osi_wpdc_comment_body( string $comment_body ) {
429
430
// trying to get an idea of what errors are happening
431
ini_set('display_errors', 1); // Enable error display
432
-ini_set('display_startup_errors', 1); // Show startup errors
+add_filter('wpcf7_debug', '__return_true');
433
error_reporting(E_ALL); // Report all PHP errors
434
435
/**
0 commit comments