Skip to main content

Create a new WordPress plugin

Let's create a new plugin!

Navigate to your WordPress plugins folder and run the following command:

git clone git@github.com:infinum/eightshift-boilerplate-plugin.git

cd eightshift-boilerplate-plugin

composer install

What is next?

Now that we have the plugin set on your local environment, let's do something with it.

Please make sure you read the Basics chapter to better understand how the project is set and what is included to make your developing experience as smooth as possible.