wpbones/wpkirk-helpers

Helpers functions for WP Bones Boilerplate plugin

1.0.0 2024-10-15 10:06 UTC

This package is auto-updated.

Last update: 2024-10-24 16:38:39 UTC


README

Latest Stable Version   Latest Unstable Version   Total Downloads   License   Monthly Downloads

WP Kirk Helpers is a (internal) package that provides a set of functions to help you to develop a WP bones Boilerplate plugin.

Installation

You can install third party packages by using:

php bones require wpbones/helpers

I advise to use this command instead of composer require because doing this an automatic renaming will done.

You can use composer to install this package:

composer require wpbones/helpers

You may also to add "wpbones/wpkirk-helpers": "~1.0" in the composer.json file of your plugin:

  "require": {
    "php": ">=7.4.0",
    "wpbones/wpbones": "~1.7",
    "wpbones/wpkirk-helpers": "~1.0"
  },

and run

composer install