Automattic / vip-go-wpcom-compat

VIP Go / WordPress.com Compatibility
https://wpvip.com
2 stars 6 forks source link

Adds the Writing Helper plugin #12

Closed emrikol closed 5 years ago

emrikol commented 6 years ago

The Writing Helper plugin is a feature of WordPress.com that is not a part of VIP Go, core WordPress, or Jetpack.

It can easily be disabled by calling add_filter( 'wpcom_compat_enable_writing_helper', '__return_false' ); before loading the WordPress.com Compatibility mu-plugin.

Fixes Issue #9

emrikol commented 6 years ago

It looks like the build is failing because of a number of PHPCS issues with Writing Helper. If needed, I can look into fixing those before merging.

ryanmarkel commented 6 years ago

Wouldn't it be better to update the public plugin and just ask clients to install that if they use it? I increasingly think a monolithic "compat" plugin is bad and we should limit what it does as much as possible.

emrikol commented 6 years ago

👍 Closing :D