Skip to content
picasso edited this page Apr 13, 2021 · 9 revisions

ZuKit - The Developer Framework for WordPress.

🎃 This in no way pretends to be complete documentation, but I think that by looking at the source codes you can understand a lot (in difficult places, I always tried to leave comments to explain what was happening). While this framework is used only by me, then all these descriptions are just memos for myself.

Install

First, the framework needs to be integrated into your project. I have not yet implemented its installation via composer, but if there is a demand for it, then I will do it.

For now, you just need to put the framework files somewhere inside your project and load them. One of the ways to do this is described in this instruction.

Next Steps

  • The Getting Started guide shows you how to get started
  • The Add-ons section explains the concept of plugin/theme add-ons
  • The Settings Page section explains how to create plugin/theme "Settings Page"
  • The Custom Blocks section explains how to use the framework's functionality for Gutenberg custom blocks