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

Fixed: Use ABSPATH check instead of function check (default way) #593

Closed Ninos closed 8 years ago

jrfnl commented 8 years ago

Hi Ninos, could you please split this PR and only have changes to the TGMPA library here ?

The example plugin has it's own repository you can send PRs to. We'll update the zip on a next release.

Ninos commented 8 years ago

Sure, I'll split it now :)