TGMPA / TGM-Plugin-Activation

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins). It allows your users to install, update and even automatically activate plugins in singular or bulk fashion using native WordPress classes, functions and interfaces. You can reference bundled plugins, plugins from the WordPress Plugin Repository or even plugins hosted elsewhere on the internet.
http://tgmpluginactivation.com/
GNU General Public License v2.0
1.76k stars 431 forks source link

Compatibility with WordPress.com #691

Open pipdig opened 7 years ago

pipdig commented 7 years ago

Now that WordPress.com allows custom themes/plugins on their Business Plan, we're finding that some people are not using the wp-admin dashboard to manage their site. This means the TGM notification is missed and required plugins are not installed.

Is there any way to hook a notification into WordPress.com's Calypso interface?