Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 528 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 528 Bytes

Example WPify Plugin tutorial

This is an example plugin to demonstrate how we at WPify create plugins.

Installation

  1. Upload the plugin to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Enjoy!

The goal of the plugin

The aim is to create simple plugin that stores information about books and their authors. On this, we demonstrate the advanced techniques of creating a plugin.

Next step >>>