Function __global->gravatar_script
Definitions
sources/misc_scripts.php
- Script to access a gravatar, while protecting the user's privacy.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $from_driver | boolean | No | No | False | N/A | N/A | Whether this script was called from a forum driver |
Preview
Code (PHP)
/**
* Script to access a gravatar, while protecting the user's privacy.
*
* @param boolean $from_driver Whether this script was called from a forum driver
*/
function gravatar_script(bool $from_driver = false)
* Script to access a gravatar, while protecting the user's privacy.
*
* @param boolean $from_driver Whether this script was called from a forum driver
*/
function gravatar_script(bool $from_driver = false)
