Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 688 Bytes

File metadata and controls

7 lines (4 loc) · 688 Bytes

Wix Headless Tutorial: Create a WordPress Plugin

This repository contains the full source code for the Wix Headless tutorial: Create a WordPress Plugin. As you work through the tutorial, use this repository as reference. You can also enhance or add to the current functionality by using any of the available Wix Headless APIs.

Building the Plugin

This plugin is built using JavaScript in a node.js runtime environment. You can run the build script by typing **node build/zip-plugin.js** in the project's root folder. However, you can use any build technology you prefer.