Skip to content

sewebb/iis-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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