WordPress Code Generators
Here are some useful code generators that you can use for themes, plugins or custom functions. Whether you're building code from scratch or customizing existing code, these tools make it easier and more efficient to manage your WordPress projects. Good coding!
Content
The things a site is made of — post types, taxonomies, menus and the blocks of markup you drop into them.
Blocks
Blocks of your own, the patterns people build pages out of, and the styles that restyle a block someone else wrote.
Admin
Screens, panels and notices inside wp-admin, plus the scheduled work behind them.
Plugins
Scaffolding for a plugin of your own: headers, hooks, configuration and mail.
Queries
Argument arrays for the WP_*_Query classes, written out in full rather than remembered.
Users
Roles, profile fields and the forms people sign in through.
Themes
Theme and child-theme setup, from the stylesheet header to theme.json.
Assets
Scripts, styles, fonts and image sizes — everything you register rather than write.
REST API
Your own endpoints, and extra fields on the ones WordPress already serves.
Elementor
Extending Elementor with a plugin or a widget of your own.