glowlogix / 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.

Home Page:http://tgmpluginactivation.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TGM Plugin Activation

GitHub license Build Status Scrutinizer Code Quality

Lead Developers: Thomas Griffin (@jthomasgriffin), Gary Jones (@GaryJ), Juliette Reinders Folmer (@jrf_nl)
Version: 2.6.1 Requires at least: 3.7.0 Tested up to: 4.5.2

Description

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.

Installation

  1. Download script from github.
  2. Extract the folder and place in inc folder in your theme hierarchy.
  3. Add a require_once call within functions.php referencing the recommend_plugins.php file.
  4. Prefix the function in recommend_plugins.php file.

Detailed documentation on how to configure TGMPA is available on the website.

Frequently Asked Questions

See the FAQ page.

About

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/


Languages

Language:PHP 100.0%