rhurling/wp-oo-nonces-plugin

This package is abandoned and no longer maintained. No replacement package was suggested.

Maintainers

Package info

github.com/rhurling/wp-oo-nonces-plugin

pkg:composer/rhurling/wp-oo-nonces-plugin

Transparency log

Statistics

Installs: 11

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

1.2 2016-04-13 12:03 UTC

This package is auto-updated.

Last update: 2026-07-01 00:09:01 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