rhurling/wp-oo-nonces-plugin

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

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

1.2 2016-04-13 12:03 UTC

This package is auto-updated.

Last update: 2025-10-14 20:25:52 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