Do you have wp_debug set to true in wp-config.php? If so, set it to false to hide them or just disable display of notices (but log them until you’re ready to go into production:
define('WP_DEBUG_DISPLAY', false);
define('WP_DEBUG_LOG', true);
So what happened yesterday? Are you running on the same version of PHP?
]]>I will try that. Thank you!
]]>