dev-master
9999999-dev https://inpsyde.comA composer package, which serves the functionality working with WordPress Nonce.
MIT
The Requires
- php >=7.0 <7.2
- inpsyde/php-coding-standards ^0.13.0@dev
The Development Requires
A composer package, which serves the functionality working with WordPress Nonce.
A composer package, which serves the functionality working with WordPress Nonce, (*1)
This SDK uses composer., (*2)
Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you., (*3)
For more information on how to use/install composer, please visit: https://github.com/composer/composer, (*4)
To install the package into your project, simply, (*5)
$ composer require rhamoudi/inpsyde
Php versions 7.0 and newer., (*6)
$context = new WPNonceContext; $nonce_value = $context->createNonce('test_nonce');
$context = new WPNonceContext; $context->createNonce('test_nonce1') ->changeAction('test_nonce') ->changeErrors(true) ->errorMessage('Your WordPress Nonce is not valid');
->action();
->errors();
->errorMessage();
A composer package, which serves the functionality working with WordPress Nonce.
MIT