Skip to content

Commit 1e41a55

Browse files
committed
Add some more info about online generator
1 parent 4ba86af commit 1e41a55

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,25 @@
44

55
![My Plugin Manager Preview](http://mypluginmanager.com/assets/img/screenshots/intro.gif "My Plugin Manager Preview")
66

7-
## Usage
7+
## Download and Usage
88

9-
The easiest way to incorporate your new plugin manager into your WordPress theme or plugin is to generate a custom instance for your project at http://mypluginmanager.com#download.
9+
The easiest way to incorporate your new plugin manager into your WordPress theme or plugin is to generate a custom instance for your project at:
10+
11+
http://mypluginmanager.com#download
1012

1113
After you've submitted the form, your plugin manager download will start and you'll be shown instructions specific to your project to get started.
1214

15+
### Why use the online generator?
16+
17+
Our goal is to provide you with a drop-in script that complies as closely to WordPress coding standards and best practices, as possible. With this in mind, the online generator will:
18+
19+
* Prefix all PHP class names to match your theme or plugin name.
20+
* Name all class files to correctly correspond to the name of those PHP classes.
21+
* Insert your unique namespacing key for anything submitted to the database.
22+
* Insert the localization text domain that matches your theme or plugin.
23+
* If the "plugin" usage type is selected, `add_theme_page()` will be substituted for `add_submenu_page()` (not allowed in themes).
24+
* Give you an example code snippet to get started, which is customized to your project.
25+
1326
## More Information
1427

1528
* [About](http://mypluginmanager.com/about)

0 commit comments

Comments
 (0)