Plugin_Upgrader::upgrade vs Plugin_Upgrader::bulk_upgrade
-
What is the purpose of having different method to upgrade plugin:
upgradevsbulk_upgrade?From quick look at the plugins management and WP admin updates pages, its using
bulk_upgrade. The only instance i seeupgradebeing used is in/wp-admin/update.php.The answers that im looking for are:
- When to use which ?
- The behavior between each is different, especially on deactivation part, and PHP + WP compat check part, why ?
The topic ‘Plugin_Upgrader::upgrade vs Plugin_Upgrader::bulk_upgrade’ is closed to new replies.