Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Latest commit

 

History

History
12 lines (5 loc) · 469 Bytes

basics__modules.md

File metadata and controls

12 lines (5 loc) · 469 Bytes

Modules

Modules are basically just services. What makes a module special is that it can contain it's own grouped functionality. This makes it really useful for functionality that you easily want to share with other projects, are functionality that is so big that you want to have it all grouped together.

Creating modules

OffbeatWP has a CLI command to easily create a module for you:

wp offbeatwp make-module {name}