Does WordPress check for updates of a plugin via plugins root folder name?
WordPress uses the ‘plug-in slug’ to identify a plug-in (and uses this as an ‘id’ for plug-in updates, though its not clear how, as the code isn’t published). The plug-in slug is determined by the location of the .php file header containing the comment header necessary for plug-ins. (see source) So if your main plug-in … Read more