forked from welabs-ltd/plugin-composer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
23 lines (17 loc) · 880 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Plugin Composer - Wordpress plugin boilerplate #
**Contributors:** [weLabs](https://profiles.wordpress.org/welabs/), [Mahbub](https://profiles.wordpress.org/mrabbani/)
**Tags:** wordpress, wp-plugin, plugin-development.
**Requires at least:** 5.4
**Tested up to:** 6.2.2
**Requires PHP:** 7.4
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
Generate wordpress plugin boilerplate having `PSR4` auto-loading.
## Description ##
You may easily generate a PSR4 auto-loading WordPress plugin by submitting a simple form. You can render the plugin composer form any where using the `wlb_plugin_composer`.
```
[wlb_plugin_composer]
// With supported attributes
[wlb_plugin_composer submit-text='Build Plugin' class="form-class"]
```
👉 **Official Demo Link:** Try out the [Plugin Composer](https://welabs.dev/compose-plugin/).