Function __global->verify_unsunscribe_hash
Definitions
sources/newsletter.php
- Verify the provided unsubscribe hash is valid.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$provided_hash | string | required parameter | N/A | N/A | The hash provided |
$hash | string | required parameter | N/A | N/A | Subscriber hash or password |
Return
- Whether the hash is valid
- Type: boolean
- Set: N/A
- Range: N/A