API/functions/bb verify nonce
From bbPulp
| Function | |
|---|---|
| bb_verify_nonce | |
| File: | /bb-includes/pluggable.php |
| Class: | none |
| Pluggable: | yes |
| Introduced: | revision 367 |
| Deprecated: | no |
[edit] Description
boolean bb_verify_nonce ( string $nonce[, string $action = -1] )
Checks the given "nonce" value is valid.
[edit] Parameters
- nonce
- The nonce MD5 hash to check.
- action
- The name of the action being performed.
[edit] Return values
Returns true if the "nonce" is valid, false if it is not.
[edit] Plugins that redefine this function
None

