Skip to content

Instantly share code, notes, and snippets.

@yasircs4
Created October 8, 2016 01:18
Show Gist options
  • Save yasircs4/c0326f578271c1f5eea53ee5c31847ad to your computer and use it in GitHub Desktop.
Save yasircs4/c0326f578271c1f5eea53ee5c31847ad to your computer and use it in GitHub Desktop.
https://jetpack.com/support/development-mode/
http://wordpress.stackexchange.com/questions/189532/how-to-run-jetpack-from-localhost
Add this to your wp-config.php:
const JETPACK_DEV_DEBUG = TRUE;
You can also enable Jetpack’s development mode through a plugin:
add_filter( 'jetpack_development_mode', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment