Skip to content

Instantly share code, notes, and snippets.

@Pseric
Created August 16, 2017 04:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pseric/2f515e7dc155e67cf52fbb42580d6031 to your computer and use it in GitHub Desktop.
Save Pseric/2f515e7dc155e67cf52fbb42580d6031 to your computer and use it in GitHub Desktop.
開啟 WP 除錯工具
# 開啟 PHP 除錯工具
define( 'WP_DEBUG', true );
# 開啟 CSS 和 JavaScript 除錯工具
define( 'SCRIPT_DEBUG', true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment