Skip to content

Commit 1f96d83

Browse files
committed
DIsable warnings
Signed-off-by: Mavrokordato <info@wordpress-premium.net>
2 parents 020aa3e + 398056e commit 1f96d83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

acf.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
* Requires at least: 6.0
2020
*/
2121

22+
// Temporary supression of unimportant warning
23+
@ini_set('display_errors', 0);
24+
2225
if (!defined('ABSPATH')) {
2326
exit(); // Exit if accessed directly.
2427
}

0 commit comments

Comments
 (0)