gform_tooltip()
function gform_tooltip( $name, $css_class='', $return=false )
Displays the tooltip
Source: tooltips.php:191
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$name | string | The name of the tooltip to be displayed | |
$css_class | string | '' | Optional. The CSS class to apply toi the element. Defaults to empty string. |
$return | bool | false | Optional. If the tooltip should be returned instead of output. Defaults to false (output) |
Returns
string