rhurling / wp-oo-nonces-plugin
1.2
2016-04-13 12:03 UTC
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: 2024-10-14 18:06:06 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 install
inside the Plugin directory from command line