Wordpress Creator
This page allows you to generate a Wordpress plugin or widget skeleton that you can later load with content, with custom features. If you like, this is a "starter kit" for Wordpress plugin or widget development.
The plugin or widget to be created will provide unique names, parametricity in the admin interface, upgradeability, and loading of custom style sheets and javascript. In short, you get a complete skeleton that can be instantly installed and used in a working Wordpress system.
It won't know one thing: It does not perform a real function - it will be up to you.
(The generated plugin downloaded in the package returns its parameters by default.)
This service is free of charge. Of course, if you think you have the opportunity to support me, I thank you.
This is a convenience feature so that you do not have to rewrite function names, type variables and their declarations, and have them generated by this program. I'm sure you can do all this yourself. This is just a way to make it more comfortable.
New features!
I've redesigned plugin generation based on my own needs. Cron processes, shortcodes and widgets are now defined in separate folders and files. The ajax
and hook
functions have also been placed in separate files. This makes it clearer and easier to expand. The plugin configuration page has also been redesigned to now support tabs and shortcode generation on a tab. (If you don't need it, just delete the file.)
In general, the * .css
, * .js
, and some * .php
files have been converted. When you load, check for these, so you don't have to overwrite the code, you just need to delete the file if you don't need it, or create it if you do.