edo1z blog

プログラミングなどに関するブログです

Debug

WordPress Debugモード

wp-config.phpに、下記記載をする。 define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', true); define('WP_DEBUG', true);は、デフォルトで記載があり、false設定されているが、その他2行は記載がない。 define('WP_DEB…