Created
October 8, 2016 01:18
-
-
Save yasircs4/c0326f578271c1f5eea53ee5c31847ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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