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
Requires
- rhurling/nonces: ^3.0
Requires (Dev)
- 10up/wp_mock: dev-master
- phpunit/phpunit: 5.2.*
- satooshi/php-coveralls: ~1.0
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.
Installation
Load as dependency in another Plugin
composer require rhurling/wp-oo-nonces-plugin
As WordPress Plugin
- Download Zip File
- Unpack into plugins directory
- Run
composer installinside the Plugin directory from command line