-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9ec2c6b
commit 84eb8bb
Showing
4 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
=== WordPress Plugin Scaffold === | ||
Contributors: bmarshall511 | ||
Tags: | ||
Donate link: https://highfivery.com | ||
Requires at least: 5.2 | ||
Tested up to: 6.2.2 | ||
Requires PHP: 7.4 | ||
Stable tag: 0.1.0 | ||
License: GPLv2 or later | ||
License URI: http://www.gnu.org/licenses/gpl-2.0.html | ||
|
||
Streamline WordPress plugin creation with our scaffold, offering WordPress | ||
Coding Standards, PHPDoc, 10up Toolkit, and a ready-to-use admin page. | ||
|
||
== Description == | ||
|
||
Kickstart your WordPress plugin development with the WordPress Plugin Scaffold. | ||
Adhering to WordPress Coding Standards and equipped with PHPDoc for seamless | ||
documentation, our scaffold streamlines your workflow. It includes 10up Toolkit | ||
for efficient linting, compiling, and file optimization, plus a ready-to-go | ||
block build framework and an admin options page template. Ideal for developers | ||
seeking a robust starting point. | ||
|
||
== Installation == | ||
|
||
1. Upload the entire plugin folder to the */wp-content/plugins/* directory. | ||
2. Activate the plugin through the Plugins screen (*Plugins > Installed Plugins*). | ||
|
||
== Frequently Asked Questions == | ||
|
||
== Screenshots == | ||
|
||
== Changelog == |