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.

What's in the package?

  • <plugin-name>.zip
    • assets
      • css
        • <plugin-name>.css
        • <plugin-name>-admin.css
        • shortcode-<shortcode>.css
      • images
      • js
        • <plugin-name>.js
        • <plugin-name>-admin.js
        • shortcode-<shortcode>.js
    • languages
    • libs
      • admin
        • setup.php
          Backend plugin setup
        • shortcode.php
          Generate shortcode
      • crons
        Cron functions
      • shortcodes
        Shortcode functions and class
      • types
        Custom post types declarations
      • widgets
        Widget functions and class
      • ajax.php
        Ajax functions
      • autoupdate.php
      • hooks.php
        Hook functions
    • update-sample
      • update.php
        Remote update sample
    • <plugin-name>.php
  • <widget-name>.zip
    • assets
      • css
        • <widget-name>.css
      • images
      • js
        • <widget-name>.js
    • languages
      • <widget-name>.pot
    • libs
      • autoupdate.php
      • class.php
        Widget Class
    • update-sample
      • update.php
        Remote update sample
    • <widget-name>.php
The content of the specific generated pugin may vary depending on the settings.
Ahogyan bármely honlap, úgy ez az oldal is sütiket (cookie) használ a működéshez. Az oldal használatával, ön beleegyezik ezek használatába!
Adatkezelési tájékoztatónkhoz kattintson ide!