API/functions/bb create nonce
From bbPulp
| Function | |
|---|---|
| bb_create_nonce | |
| File: | /bb-includes/pluggable.php |
| Class: | none |
| Pluggable: | yes |
| Introduced: | revision 367 |
| Deprecated: | no |
[edit] Description
string bb_create_nonce ( [string $action = -1] )
Creates a unique hash from the given action, the current time and the user id.
[edit] Parameters
- action
- The name of the action being performed.
[edit] Return values
Returns the "nonce" MD5 hash.
[edit] Plugins that redefine this function
None

