dev-master
9999999-dev http://stepanoff.orgOOP implementation of WP Nonces
MIT
The Development Requires
wordpress oop nonces
v1.0.0
1.0.0.0 http://stepanoff.orgOOP implementation of WP Nonces
MIT
The Development Requires
wordpress oop nonces
Wallogit.com
2017 © Pedro Peláez
OOP implementation of WP Nonces
Generates WP nonces in OOP manner, (*1)
Install generator globally:, (*2)
composer global require "stepanov/wp-nonces-oop=*"
To add to your project:, (*3)
{
"require": {
"stepanov/wp-nonces-oop": "1.*"
}
}
$nonce = new WpNonces();
$urlNonce = $nonce->createNonceUrl([
'url' => 'http://example.com',
'action' => 'some_action'
]);
$plainNonce = $nonce->createNoncePlain([
'action' => 'some_action'
])
$fieldNonce = $nonce->createNonceField([
'action' => 'some_action'
]);
OOP implementation of WP Nonces
MIT
wordpress oop nonces
OOP implementation of WP Nonces
MIT
wordpress oop nonces