Skip to content

Instantly share code, notes, and snippets.

@adambradford
Created March 25, 2018 19:39
Show Gist options
  • Save adambradford/ee4649df403c187ce78516702b734d53 to your computer and use it in GitHub Desktop.
Save adambradford/ee4649df403c187ce78516702b734d53 to your computer and use it in GitHub Desktop.
Place Jetpack in Development Mode in a WordPress site
<?php
//* Add this to your wp-config.php file, before the /* That's all, stop editing! Happy blogging. */ line.
//* Do NOT include the opening php tag
//* Place Jetpack in Development Mode
define( 'JETPACK_DEV_DEBUG', true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment