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 430 forks source link

remove_filter only accepts 3 params #531

Closed PatelUtkarsh closed 8 years ago

PatelUtkarsh commented 8 years ago

Remove filter by default in WordPress only accepts 3 params.

However in code upgrader_source_selection and upgrader_source_selection it is being called with 4 param.