Please remove ini_set('display_errors', 1);
-
File wpms-admin-reports\wpms_admin_reports\mcmvc.php
had this line
ini_set(‘display_errors’, 1);which makes PHP Notices and Warnings show up on the front-end of the sites everywhere (this plugin sets itself up as a must-use plugin). Please remove this line, or set it to WP_DEBUG_DISPLAY like this
ini_set(‘display_errors’, WP_DEBUG_DISPLAY);
The topic ‘Please remove ini_set('display_errors', 1);’ is closed to new replies.