An open API service indexing awesome lists of open source software.

https://github.com/pfefferle/wordpress-plugin

A template for new WordPress plugins.
https://github.com/pfefferle/wordpress-plugin

plugin template wordpress

Last synced: 2 months ago
JSON representation

A template for new WordPress plugins.

Awesome Lists containing this project

README

          

# PLUGIN_NAME

PLUGIN_DESCRIPTION

- Contributors: PLUGIN_AUTHOR_USERNAME
- Donate link: PLUGIN_DONATE_LINK
- Tags: tag1, tag2, tag3
- Requires at least: 6.0
- Tested up to: 6.7
- Requires PHP: 7.4
- Stable tag: 1.0.0
- License: GPLv2 or later
- License URI: https://www.gnu.org/licenses/gpl-2.0.html

Short description of the plugin (max 150 characters).

## Description

Full description of the plugin. Explain what the plugin does, why it's useful, and any key features.

## Installation

1. Upload the `PLUGIN_SLUG` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Configure the plugin settings as needed

## Frequently Asked Questions

### Question 1?

Answer to question 1.

### Question 2?

Answer to question 2.

## Changelog

### 1.0.0

* Initial release

## Upgrade Notice

### 1.0.0

Initial release.