setEditor('vscode'); /** * Silence Notices and Warnings in general. */ $wu_whoops['run']->silenceErrorsInPaths('~.*~', E_NOTICE | E_WARNING); /** * Silence known WordPress Core deprecation notices. */ $wu_whoops['run']->silenceErrorsInPaths('~/Requests/Cookie/Jar.php', E_DEPRECATED); /** * Installs the Whoops handler. */ $wu_whoops->run();