• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
WPFeed

WPFeed

  • News
  • Tutorials
    • WordPress Multisite
    • BuddyPress
    • Design
  • Reviews
    • Plugins
  • Roundups
  • Snippets
  • Giveaways
Home » How To » How to Enable Jetpack Development Mode

How to Enable Jetpack Development Mode

jetpack

Jetpack plugin by the WordPress team is no doubt one of the most popular WordPress plugins. By installing just this one plugin, you’ll get lots of additional features for your WordPress – tiled gallery, social sharing button, Custom CSS editor, Widget Visibility and more. However, one thing that annoy me is that Jetpack requires users to login with their WordPress.com in order to use most of the features.

For my own site, that shouldn’t be a huge problem. However, when working on a client site, it really bothers me to create a temporary account to be used for the site.

Luckily, there are ways to enable Jetpack development mode. To enable this feature, you may use one of the options below:

1. Enable the development mode via wp-config.php file

Simply use define( 'JETPACK_DEV_DEBUG', true);

2. Enable the development mode using jetpack_development_mode filter. This code should go into your plugin file or functions.php file of your current theme :

add_filter( 'jetpack_development_mode', '__return_true' );

I hope this tutorial helped you to enable the Jetpack development mode. By enabling the development mode, you don’t have to login to your WordPress.com in order to use all the features in Jetpack on your development site.

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Recent Posts

  • WordPress is a brilliant platform that is loaded with tons of stuff for websites.
  • How to Sync Stock & Price for WooCommerce Products
  • How to migrate a WooCommerce Store to a new site
  • How to Import WooCommerce Products
  • How to export WooCommerce Orders

Copyright © 2023 · WPFeed.com - A Project of TechAbout LLC.

  • About us
  • Advertise
  • Write for us
  • Terms and Conditions
  • Privacy Policy
  • Contact us