Jetpack Development Mode
-
In the theme’s functions.php file, line five enables the developer mode for the Jetpack plugins.
add_filter( 'jetpack_development_mode', '__return_true' );
I can appreciate how this would be useful for theme development, but this disables several jetpack features and the line should be commented out or removed for distribution of the theme.
- The topic ‘Jetpack Development Mode’ is closed to new replies.