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.75k stars 431 forks source link

Hook for update plugin #725

Open htmldiz opened 6 years ago

htmldiz commented 6 years ago

Hi. I have custom plugin. and i want use some hook for update. I have hook after activation plugin but if some websites already have my plugin. I need some hook after update plugin. Thanks! M.T code. Like register_activation_hook( FILE, array(&$this,'install') );

jrfnl commented 6 years ago

TGMPA uses the WP core functionality for installing & updating plugins, so you'll need to look into WP core hooks for that.