Skip to content

Instantly share code, notes, and snippets.

@bob-moore
Last active June 12, 2024 13:56
Show Gist options
  • Save bob-moore/a1b3d0410465df2aece8fa04f4c19ee3 to your computer and use it in GitHub Desktop.
Save bob-moore/a1b3d0410465df2aece8fa04f4c19ee3 to your computer and use it in GitHub Desktop.
Wordpress Debugging Settings
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', true );
define( 'WP_DEBUG_LOG', true );
define( 'SCRIPT_DEBUG', true );
define( 'JETPACK_DEV_DEBUG', true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment