Skip to content

Instantly share code, notes, and snippets.

@jeherve
Created December 2, 2013 19:26
Show Gist options
  • Save jeherve/7755718 to your computer and use it in GitHub Desktop.
Save jeherve/7755718 to your computer and use it in GitHub Desktop.
[Jetpack] Jetpack's Development mode, to replace plugins like Slim Jetpack
<?php
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