Skip to main content
Dublin Library

The Publishing Project

Working with Jetpack in development mode

 

Plugins like [Jetpack](https://jetpack.com/) don't work at all in development environments that don't use a fully qualified domain name or a domain that uses non-standard local domains (like `site.local` or `site.dev`), making it impossible to use any of its features unless we use [Development Mode](https://jetpack.com/support/development-mode/). To enable development mode we need to define the `JETPACK_DEV_DEBUG` in `wp-config.php`. The code looks something like this: ```php Edit on Github