GaryJones / plugin-boilerplate

PSR-4 + PHP 7.4 WordPress plugin boilerplate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin Boilerplate

Short summary about the plugin.

Description

Long description about the plugin.

Screenshots

Alt text for screenshot 1 HERE
Screenshot 1 caption HERE.

Installation

Upload

  1. Download the latest tagged archive (choose the "zip" option).
  • Go to the PluginsAdd New screen and click the Upload tab.
  • Upload the zipped archive directly.
  • Go to the Plugins screen and click Activate.

Manual

  1. Download the latest tagged archive (choose the "zip" option).
  • Unzip the archive.
  • Copy the folder to your /wp-content/plugins/ directory.
  • Go to the Plugins screen and click Activate.

Check out the Codex for more information about installing plugins manually.

Git

In a terminal, browse to your /wp-content/plugins/ directory and clone this repository:

git clone git@github.com:GaryJones/plugin-slug.git

Then go to your Plugins screen and click Activate.

Composer

compose require gamajo/plugin-slug

Updates

This plugin supports the GitHub Updater plugin, so if you install that, this plugin becomes automatically updateable direct from GitHub.

Change Log

Please see CHANGELOG.md.

Contributing

See the contributing document.

Support

See the support document.

Licensing

The code in this project is licensed under GPL v2 or later.

Credits

Built by Gary Jones
Copyright 2018 Gary Jones

About

PSR-4 + PHP 7.4 WordPress plugin boilerplate.

License:GNU General Public License v2.0


Languages

Language:PHP 68.5%Language:Shell 31.5%