이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Development Mode for Jetpack

설명

Contrary to popular belief, Jetpack does not require you to connect your website to WordPress.com before you can use it at all.

Several Jetpack modules are self-contained and do not require a WordPress.com connection to function:

  • Asset CDN
  • Beautiful Math
  • Carousel
  • Contact Form
  • Copy Post
  • Custom CSS
  • Custom content types
  • Extra Sidebar Widgets
  • Gravatar Hovercards
  • Infinite Scroll
  • Lazy Images
  • Markdown
  • Sharing
  • Shortcode Embeds
  • Site verification
  • Sitemaps
  • Tiled Galleries*
  • Widget Visibility

The Development Mode for Jetpack plugin enables (wait for it…) Jetpack Development Mode, which does two things:

  • Eliminates “nags” to connect a Jetpack-enabled site to WordPress.com.
  • Allows usage of modules that do not require a WordPress.com connection.

It also means you can stop using individual Jetpack modules that have been forked out into standalone plugins by random people. These plugins tend to be unsupported and out of step with the latest version of the official Jetpack equivalent.

Please note that this plugin requires Jetpack to be activated alongside it to be of any use, and will not help with the following modules that do require a WordPress.com connection:

  • Ads
  • Backups and Scanning
  • Comment Likes
  • Comments
  • Enhanced Distribution
  • Google Analytics
  • Image CDN
  • JSON API
  • Likes
  • Monitor
  • Notifications
  • Post by email
  • Protect
  • Publicize
  • Related posts
  • SEO Tools
  • Search
  • Secure Sign On
  • Site Stats
  • Subscriptions
  • VideoPress
  • WP.me Shortlinks
  • WooCommerce Analytics
  • WordPress.com Toolbar

Lists of Jetpack modules in this plugin description should not be considered comprehensive or authoritative, and may change at any time.

  • According to the previously linked documentation page for Jetpack Development mode:

Tiled Galleries requires the WordPress.com Photon CDN; however, in Development Mode, Jetpack provides a fallback so developers can have a similar experience during development and testing.

Other modules may also have “reduced functionality” but retain “a good-faith representation of the feature.”

설치

  1. Upload the plugin files to the /wp-content/plugins/development-mode-for-jetpack directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. That is it. There is no settings page.

FAQ

How can I see a full list of modules I can activate in Jetpack with Development Mode enabled?

On your website with both Jetpack and Development Mode for Jetpack enabled, go to example.com/wp-admin/admin.php?page=jetpack_modules, replacing example.com with your website URL.

On that page, you will see a complete list of modules available for activation with Development Mode.

Props to Ben Gillbanks for the tip.

You sound like a Jetpack hater! Is that true?

That couldn’t be further from the truth.

I support Jetpack feature(s) in every single one of my themes. An odd thing for a “hater” to do, isn’t it?

Many of the Jetpack features I support in my themes are derived from the aforementioned, self-contained modules. Jetpack Development Mode makes it easier to develop by eliminating unnecessary tasks.

Where is the settings page?

There isn’t one!

Activate this plugin if you want to enable Jetpack Development Mode. Deactivate if you don’t.

Can’t I get the same effect by adding a line to my theme’s functions.php file, or plopping this into an mu-plugin?

You sure can! Here’s the line you would need to add:

add_filter( 'jetpack_development_mode', '__return_true' );

Activating a plugin like this is just one approach. I prefer it, and you may prefer another.

To each their own.

How does this plugin differ from other plugins in the repository that do the same thing?

One comparable plugin I could find hasn’t been updated in over 2 years. While such a simple, one-line plugin needs minimal maintenance, it would be nice if it was periodically tested with the latest versions of Jetpack and WordPress to ensure smooth operation.

I plan on doing that, since I use Jetpack Development Mode very often.

That other plugin also ships with translations and includes a textdomain loading function. My plugin does not.

Finally, my plugin uses a slightly different, more defensive coding style that ensures Jetpack is active and loaded, prior to running any pertinent code.

Not huge differences, but I do want to note the differentiation.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Development Mode for Jetpack”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Development Mode for Jetpack”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Development Mode for Jetpack”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.2

  • Tested and working with WordPress 5.5.1 and Jetpack 8.9.1.
  • Update readme with updated Jetpack module list.
  • Remove unnecessary Jetpack class_exists() check.

1.0.1

  • Tested and working with WordPress 4.8 and Jetpack 5.0

1.0.0

  • Initial release