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

An example.php file suitable for themes distributed on WordPress.org #698

Open carolinan opened 6 years ago

carolinan commented 6 years ago

When I use the download form on the website and select that I want the version for parent themes distributed on WordPress.org, the example files has the following examples:

Include a plugin bundled with a theme. Include a plugin from an arbitrary external source. Include a plugin from a GitHub repository. Include a plugin from the WordPress Plugin Repository.

But the only one that is allowed for themes in the WordPress.org theme directory is include a plugin from the WordPress Plugin Repository.

If possible I would like the other examples to be removed from this version.