Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 640 Bytes

readme.md

File metadata and controls

20 lines (11 loc) · 640 Bytes

Safe Input Library for WordPress

Build Status Coverage Status

A helper library for validating and sanitizing form input data.

Setup

Use Composer to add this library to your project:

composer require xwp/wp-safe-input

Usage

See the sample plugin in the example directory.