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.
- Host: GitHub
- URL: https://github.com/pfefferle/wordpress-plugin
- Owner: pfefferle
- License: mit
- Created: 2019-07-26T20:43:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2026-01-31T21:56:46.000Z (5 months ago)
- Last Synced: 2026-02-01T09:31:23.167Z (5 months ago)
- Topics: plugin, template, wordpress
- Language: Shell
- Homepage:
- Size: 42 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.