You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
10
12
11
13
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.
12
14
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.
0 commit comments