rhurling/wp-oo-nonces-plugin

1.2 2016-04-13 12:03 UTC

This package is auto-updated.

Last update: 2024-05-14 17:20:18 UTC


README

WordPress Plugin that uses the rhurling/nonces composer package to overwrite the pluggable WP functions wp_create_nonce and wp_verify_nonce.

Build Status Coverage Status

Installation

Load as dependency in another Plugin

composer require rhurling/wp-oo-nonces-plugin

As WordPress Plugin

  1. Download Zip File
  2. Unpack into plugins directory
  3. Run composer install inside the Plugin directory from command line