Skip to content
/ zukit Public

Framework serves as the basis for creating plugins or themes for WordPress. Implements basic functionality for managing scripts and creating plugin or theme settings page based on Gutenberg functionality.

License

Notifications You must be signed in to change notification settings

picasso/zukit

Repository files navigation

Zukit: The Developer Framework for WordPress.

Zukit Version Zukit: Tested WP Version Zukit Required PHP Version License

The Zukit framework serves as the basis for creating plugins or themes for WordPress. Implements basic functionality for managing scripts and creating plugin or theme settings page based on Gutenberg functionality.

ZuKit - The Developer Framework for WordPress.

Install

To use Zukit framework in your project, you need to load its classes before referring to the class that inherits the framework methods. There are many ways to do this, but the easiest one is to install the framework as a subtree in your project.

Documentation

The best way to learn a framework is to look at working examples of its use. This can be done in plugins that I have already adapted for the new framework: Zu Contact, Zu Media and Zu Plus.

Documentation is available on the GitHub wiki. There I described the main points of working with the framework.


Structure of "Zukit"

  • Folder dist contains production versions JS and CSS files;
  • Folder lang contains files needed for translations;
  • Folder snippets contains a collection of various functions that I have accumulated during my work with WordPress. They are combined into one class for ease of use;
  • Folder traits contains traits that are included in the class zukit_Plugin. Used to group functionality in a fine-grained and consistent way;
  • Folder src contains source versions of JS and CSS files.

About

Framework serves as the basis for creating plugins or themes for WordPress. Implements basic functionality for managing scripts and creating plugin or theme settings page based on Gutenberg functionality.

Topics

Resources

License

Stars

Watchers

Forks