Closed emrikol closed 5 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.
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.
👍 Closing :D
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