Skip to content

Instantly share code, notes, and snippets.

@mhige
Last active July 27, 2018 00:51
Show Gist options
  • Save mhige/e5c6c2a8fa7281ff6323eb8050b7a555 to your computer and use it in GitHub Desktop.
Save mhige/e5c6c2a8fa7281ff6323eb8050b7a555 to your computer and use it in GitHub Desktop.
WordpressでPHPエラーの出力を非表示にする
<?php
//functionにこれを追記する
error_reporting(0);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment