Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 551 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 551 Bytes

IIS Library

Useful helpers for WordPress theme development

Install

composer require iis/library

Usage

The helper functions are autoloaded with composer so you can use them without any additional setup. Read the documentation to get started.

Contribution

Make sure you add tests for all helpers and also that you lint the code to make sure that it follows the IIS Coding Conventions