thefrosty/wp-utilities

A library containing my standard development resources


README

WP Utilities

PHP from Packagist Latest Stable Version Total Downloads License Build Status codecov Donate with $DOGE

A library containing my standard development resources to build high quality WordPress plugins.

Requirements

PHP >= 8.1
WordPress >= 6.1
PHP version WP Utilities
< 7.1 1.3.x
>= 7.1 && < 7.3 1.9.x
7.3 2.0.0
>= 7.4 2.1.0
>= 8.0 3.0
>= 8.1 3.3

The required WordPress version will always be the most recent point release of the previous major release branch.

For both PHP and WordPress requirements, although this library may work with a version below the required versions, they will not be supported and any compatibility is entirely coincidental.

Installation

To install this library, use Composer:

composer require thefrosty/wp-utilities:^3.3

Then follow examples in the Plugin README