WordPress Nonce Plugins
WordPress Plugin to use of WordPress Nonce function, in theme or other plugins.
by Debabrata Karfa · github.com/debabratakarfa/wordpress-nonce · website
★ 0stars
6composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/debabratakarfa/wordpress-nonce/archive/refs/heads/master.zipAlso on Packagist as debabratakarfa/wordpress-nonce:
composer require debabratakarfa/wordpress-nonceFrom the readme
WordPressNonce
WordPress plugin that enables the wordpress nonce function in environment.
How to install using composer
The composer.json file:
Add to your composer.json file this package as a require an then run 'composer install'
Or
How to use
Create nonce
Verify nonce
Create nonce url
How to do Test